summaryrefslogtreecommitdiff
path: root/tex/context/fonts/unifraktur.lfg
blob: 8b9b299f5e741a2504ab63e29ddbb42db465cfca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
return {
    name = "unicode fraktur",
    version = "1.00",
    comment = "Goodies that complement unicode fraktur.",
    author = "Hans Hagen",
    copyright = "ConTeXt development team",
    letterspacing = {
        -- watch it: zwnj's are used (in the tounicodes too)
        keptligatures = {
            ["c_afii301_k.ccmp"] = true, -- ck
            ["c_afii301_h.ccmp"] = true, -- ch
            ["t_afii301_z.ccmp"] = true, -- tz
            ["uniFB05"]          = true, -- ſt
        },
    }
}