unifraktur.lfg /size: 714 b    last modification: 2020-07-01 14:35
1-- moved to treatments.lfg
2--
3-- fonts.handlers.otf.enhancers.patches.register("before","check extra features","unifraktur*", function(data,filename)
4--     data.metadata.pfminfo.os2_xheight = nil
5-- end)
6
7return {
8    name = "unicode fraktur",
9    version = "1.00",
10    comment = "Goodies that complement unicode fraktur.",
11    author = "Hans Hagen",
12    copyright = "ConTeXt development team",
13    letterspacing = {
14        -- watch it: zwnj's are used (in the tounicodes too)
15        keptligatures = {
16            ["c_afii301_k.ccmp"] = true, -- ck
17            ["c_afii301_h.ccmp"] = true, -- ch
18            ["t_afii301_z.ccmp"] = true, -- tz
19            ["uniFB05"]          = true, -- ſt
20        },
21    }
22}
23
24