]> git.donarmstrong.com Git - lilypond.git/blob - buildscripts/pfx2ttf.fontforge
* mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
[lilypond.git] / buildscripts / pfx2ttf.fontforge
1 #!@FONTFORGE@
2
3 Open($1);
4 MergeKern($2)
5 Generate($3 + $fontname + ".ttf");
6