X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Fpfx2ttf.fontforge;h=6428c7cf866ee9a9604c3e7265570a642084996b;hb=a1a743e61326bcee9ae22c557610d52769bc32c5;hp=53b9de980e4e4cf2dce67dfdb7ade5f0bb0d5fd4;hpb=a3bb260f7e9420412dc1fa05afc92eeb1dbed32f;p=lilypond.git diff --git a/buildscripts/pfx2ttf.fontforge b/buildscripts/pfx2ttf.fontforge index 53b9de980e..6428c7cf86 100644 --- a/buildscripts/pfx2ttf.fontforge +++ b/buildscripts/pfx2ttf.fontforge @@ -20,7 +20,11 @@ SelectIf("trademark", "trademark", \ "afii61352", "afii61352", \ "ij", "ij", \ "IJ", "IJ"); -RemoveATT("Ligature", "*", "*"); +if (Strtol($version) < 20070501) + RemoveATT("Ligature", "*", "*"); +else + RemovePosSub("*"); +endif Generate($3 + $fontname + ".otf");