On 2/16/2026 5:29 PM, Wolfgang Schuster wrote:
Am 16.02.2026 um 09:06 schrieb Hans Hagen via ntg-context:
On 2/16/2026 2:53 AM, Jeong Dal via ntg-context wrote:
Dear Jean-Pierre,

Thank you for your well arranged sample.
I got the same output.

I get the attached with the files from github. Can you explain the issue? (Did you wipe the font cache before testing this with updated fonts?)

Do you have a working link?

https://github.com/notofonts/noto-cjk.git

I can find a repository for "Noto Sans/Serif CJK KR" but none for "Noto Serif/Sans KR".

The files are in the subset directory .. here are some clues:

-- mtxrun --script copynoto.lua

local function grab(path)
    local files = dir.glob(path)
    for i=1,#files do
        local full = files[i]
        local base = file.basename(full)
        print(base)
        file.copy(full,base)
    end
end

--
grab([[C:/data/repositories/notofonts.github.io/fonts/**/full/otf/*.otf]])
-- grab([[C:/data/repositories/noto-cjk/sans/otf/**.otf]])
-- grab([[C:/data/repositories/noto-cjk/sans/subsetotf/**.otf]])
-- grab([[C:/data/repositories/noto-emoji/fonts/*.ttf]])

os.execute("mtxrun --generate")
os.execute("mtxrun --script font --reload")


The file I used came from https://fonts.google.com/ where you get a variable width version of "Noto Sans KR", when you download the font you get in addition to the variable font a few static instances.

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : [email protected] / https://mailman.ntg.nl/mailman3/lists/ ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________


--

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to