]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/pfx2ttf.fontforge
* buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
[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