Skip to content

Commit 3fe7458

Browse files
committed
Remove '-newNameID4' option when building TTF.
1 parent 0ae9cfb commit 3fe7458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ mkdir target/
1010
for w in ${weights[@]};
1111
do
1212
makeotf -sp target/$family-$w-otf.fpr -f Roman/$w/font.pfa -r -o target/$family-$w.otf
13-
makeotf -sp target/$family-$w-ttf.fpr -f Roman/$w/font.ttf -gf GlyphOrderAndAliasDB_TT -newNameID4 -r -o target/$family-$w.ttf
13+
makeotf -sp target/$family-$w-ttf.fpr -f Roman/$w/font.ttf -gf GlyphOrderAndAliasDB_TT -r -o target/$family-$w.ttf
1414
rm Roman/$w/current.fpr # remove default options file from the source tree after building
1515
done

0 commit comments

Comments
 (0)