]> git.donarmstrong.com Git - lilypond.git/blob - mf/bigcheese.pe.in
* scm/framework-ps.scm (ps-embed-cff): new function.
[lilypond.git] / mf / bigcheese.pe.in
1 #!@FONTFORGE@
2
3 New();
4
5 # Separate Feta versioning?
6 SetFontNames("bigcheese20", "LilyPond", "LilyPondBigCheese", "Regular", "GNU GPL", "@TOPLEVEL_VERSION@");
7
8 MergeFonts("feta20.pfa");
9 MergeFonts("parmesan20.pfa");
10 MergeFonts("feta-nummer10.pfa");
11 MergeFonts("feta-din14.pfa");
12 MergeKern("feta-din14.tfm");
13
14 LoadTableFromFile("LILC", "feta20.otf-table")
15 i = 0;
16 while (i < CharCnt())
17   Select(i);
18   SetUnicodeValue(i + 0xF000, 0);
19   ++i;
20 endloop
21
22 Generate("bigcheese20.otf");
23 Generate("bigcheese20.cff");