From 3fe7458b19a0f28a603fff26a5fbd79f073d439f Mon Sep 17 00:00:00 2001 From: Paul Picazo Date: Tue, 25 Sep 2012 00:16:43 -0700 Subject: [PATCH] Remove '-newNameID4' option when building TTF. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c36092439d..61b93a99d0 100755 --- a/build.sh +++ b/build.sh @@ -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