Han-Wen,

what about this simple script to replace pfx2ttf.fontforge?  Is this
what you envision?


    Werner


======================================================================

[EMAIL PROTECTED]@

Open($1);
MergeKern($2)


# NCSB is broken as shipped by Fedora Core 6:
# It contains bogus ligatures `TM' and `No' in the AFM file.

SelectIf("trademark", "trademark", "afii61352", "afii61352");
RemoveATT("Ligature", "*", "*");

Generate($3 + $fontname + ".otf");

# EOF


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to