7 # Separate Feta versioning?
8 # Naming: * expose LilyPond20/LilyPond rather than bigcheese
9 # * using 20 as Weight works for gnome-font-select widget: gfs
10 SetFontNames("bigcheese20", "LilyPond", "LilyPond BigCheese 20", "20", "GNU GPL", "@TOPLEVEL_VERSION@");
12 MergeFonts("feta20.pfa");
13 MergeFonts("parmesan20.pfa");
15 # load nummer/din after setting PUA.
19 # crashes fontforge, use PUA for now -- jcn
20 # SetUnicodeValue(i + 0xF0000, 0);
23 In the BMP, the range 0xe000 to 0xf8ff will never be assigned to any
24 characters by the standard and is reserved for private usage. For the
25 Linux community, this private area has been subdivided further into the
26 range 0xe000 to 0xefff which can be used individually by any end-user
27 and the Linux zone in the range 0xf000 to 0xf8ff where extensions are
28 coordinated among all Linux users. The registry of the characters
29 assigned to the Linux zone is currently maintained by H. Peter Anvin
30 <Peter.Anvin@linux.org>.
32 SetUnicodeValue(i + 0xE000, 0);
37 MergeFonts("feta-nummer10.pfa");
38 MergeFonts("feta-din14.pfa");
39 MergeKern("feta-din14.tfm");
41 LoadTableFromFile("LILC", "feta20.otf-table")
43 Generate("bigcheese20.otf");
44 Generate("bigcheese20.cff");