7 # The AFM files of `New Century Schoolbook' family as distributed within the
8 # urw-fonts-1.0.7pre41.tar.bz2 archive contain a bunch of ligatures which
9 # shouldn't be active by default:
16 # This font bundle is shipped by Fedora Core 6 and other GNU/Linux
17 # distributions; we simply remove those ligatures.
19 SelectIf("trademark", "trademark", \
20 "afii61352", "afii61352", \
23 if (Strtol($version) < 20070501)
24 RemoveATT("Ligature", "*", "*");
29 Generate($3 + $fontname + ".otf");