1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-08-15 05:20:40 +03:00

Remove '-newNameID4' option when building TTF.

This commit is contained in:
Paul Picazo 2012-09-25 00:16:43 -07:00
parent 0ae9cfb870
commit 3fe7458b19

View File

@ -10,6 +10,6 @@ mkdir target/
for w in ${weights[@]};
do
makeotf -sp target/$family-$w-otf.fpr -f Roman/$w/font.pfa -r -o target/$family-$w.otf
makeotf -sp target/$family-$w-ttf.fpr -f Roman/$w/font.ttf -gf GlyphOrderAndAliasDB_TT -newNameID4 -r -o target/$family-$w.ttf
makeotf -sp target/$family-$w-ttf.fpr -f Roman/$w/font.ttf -gf GlyphOrderAndAliasDB_TT -r -o target/$family-$w.ttf
rm Roman/$w/current.fpr # remove default options file from the source tree after building
done