]> git.donarmstrong.com Git - lilypond.git/blob - mf/bigcheese.pe.in
Imported Upstream version 2.14.2
[lilypond.git] / mf / bigcheese.pe.in
1 #!@FONTFORGE@
2
3
4
5 New();
6
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@");
11
12 MergeFonts("feta20.pfa");
13 MergeFonts("feta-noteheads20.pfa");
14 MergeFonts("parmesan20.pfa");
15
16 # load nummer/din after setting PUA.
17 i = 0;
18 while (i < CharCnt())
19   Select(i);
20 # crashes fontforge, use PUA for now -- jcn
21 # SetUnicodeValue(i + 0xF0000, 0);
22 /*
23 PRIVATE AREA
24        In the BMP, the range 0xe000 to 0xf8ff will never be  assigned  to  any
25        characters  by  the standard and is reserved for private usage. For the
26        Linux community, this private area has been subdivided further into the
27        range  0xe000  to 0xefff which can be used individually by any end-user
28        and the Linux zone in the range 0xf000 to 0xf8ff where  extensions  are
29        coordinated  among  all  Linux  users.  The  registry of the characters
30        assigned to the Linux zone is currently maintained by  H.  Peter  Anvin
31        <Peter.Anvin@linux.org>.
32 */
33   SetUnicodeValue(i + 0xE000, 0);
34   ++i;
35 endloop
36
37
38 MergeFonts("feta-nummer10.pfa");
39 MergeFonts("feta-din14.pfa");
40 MergeKern("feta-din14.tfm");
41
42 LoadTableFromFile("LILC", "feta20.otf-table")
43
44 Generate("bigcheese20.otf");
45 Generate("bigcheese20.cff");