]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/pfx2ttf.fontforge
*** empty log message ***
[lilypond.git] / buildscripts / pfx2ttf.fontforge
index dc1eb58723c7396fc60fcb9d6db56913a801954b..1c74f0ba12b1a01d5cbfb2919634adb12d5377c8 100644 (file)
@@ -2,5 +2,16 @@
 
 Open($1);
 MergeKern($2)
+
+# Remove the No. glyph - for want of better FF fix.  
+err = SelectIf("afii61352");
+if ( err > 0 )
+   Cut();
+elseif ( err == 0 )
+   Print("Could not find \"numero\" glyph");
+elseif ( err < 0 )
+   Print("An error occurred while searching for the \"numero\" glyph");
+endif
+
 Generate($3 + $fontname + ".ttf");