]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/pfx2ttf.fontforge
6be20b5dcbf0cbfa40f6086738f3a140adb9018b
[lilypond.git] / buildscripts / pfx2ttf.fontforge
1 #!@FONTFORGE@
2
3 Open($1);
4 MergeKern($2)
5
6 # Remove the No. glyph - for want of better FF fix.  
7 Select("afii61352")
8 Cut();
9 Generate($3 + $fontname + ".ttf");
10