File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,31 +169,31 @@ echo " "
169
169
mkdir master_ttf/hinted
170
170
171
171
# Hack-Regular.ttf
172
- if ! " $TTFAH " -l 6 -r 50 -x 10 -H 181 -D latn -f latn -w G -W -t -X " " -I -R " master_ttf/Hack-Regular.ttf " - m " postbuild_processing/tt-hinting/Hack-Regular-TA.txt" " master_ttf/Hack-Regular.ttf" " master_ttf/hinted/Hack-Regular.ttf"
172
+ if ! " $TTFAH " -l 6 -r 50 -x 10 -H 181 -D latn -f latn -w G -W -t -X " " -I -m " postbuild_processing/tt-hinting/Hack-Regular-TA.txt" " master_ttf/Hack-Regular.ttf" " master_ttf/hinted/Hack-Regular.ttf"
173
173
then
174
174
echo " Unable to execute ttfautohint on the Hack-Regular variant set. Build canceled." 1>&2
175
175
exit 1
176
176
fi
177
177
echo " master_ttf/Hack-Regular.ttf - successful hinting with ttfautohint"
178
178
179
179
# Hack-Bold.ttf
180
- if ! " $TTFAH " -l 6 -r 50 -x 10 -H 260 -D latn -f latn -w G -W -t -X " " -I -R " master_ttf/Hack-Regular.ttf " - m " postbuild_processing/tt-hinting/Hack-Bold-TA.txt" " master_ttf/Hack-Bold.ttf" " master_ttf/hinted/Hack-Bold.ttf"
180
+ if ! " $TTFAH " -l 6 -r 50 -x 10 -H 260 -D latn -f latn -w G -W -t -X " " -I -m " postbuild_processing/tt-hinting/Hack-Bold-TA.txt" " master_ttf/Hack-Bold.ttf" " master_ttf/hinted/Hack-Bold.ttf"
181
181
then
182
182
echo " Unable to execute ttfautohint on the Hack-Bold variant set. Build canceled." 1>&2
183
183
exit 1
184
184
fi
185
185
echo " master_ttf/Hack-Bold.ttf - successful hinting with ttfautohint"
186
186
187
187
# Hack-Italic.ttf
188
- if ! " $TTFAH " -l 6 -r 50 -x 10 -H 145 -D latn -f latn -w G -W -t -X " " -I -R " master_ttf/Hack-Regular.ttf " - m " postbuild_processing/tt-hinting/Hack-Italic-TA.txt" " master_ttf/Hack-Italic.ttf" " master_ttf/hinted/Hack-Italic.ttf"
188
+ if ! " $TTFAH " -l 6 -r 50 -x 10 -H 145 -D latn -f latn -w G -W -t -X " " -I -m " postbuild_processing/tt-hinting/Hack-Italic-TA.txt" " master_ttf/Hack-Italic.ttf" " master_ttf/hinted/Hack-Italic.ttf"
189
189
then
190
190
echo " Unable to execute ttfautohint on the Hack-Italic variant set. Build canceled." 1>&2
191
191
exit 1
192
192
fi
193
193
echo " master_ttf/Hack-Italic.ttf - successful hinting with ttfautohint"
194
194
195
195
# Hack-BoldItalic.ttf
196
- if ! " $TTFAH " -l 6 -r 50 -x 10 -H 265 -D latn -f latn -w G -W -t -X " " -I -R " master_ttf/Hack-Regular.ttf " - m " postbuild_processing/tt-hinting/Hack-BoldItalic-TA.txt" " master_ttf/Hack-BoldItalic.ttf" " master_ttf/hinted/Hack-BoldItalic.ttf"
196
+ if ! " $TTFAH " -l 6 -r 50 -x 10 -H 265 -D latn -f latn -w G -W -t -X " " -I -m " postbuild_processing/tt-hinting/Hack-BoldItalic-TA.txt" " master_ttf/Hack-BoldItalic.ttf" " master_ttf/hinted/Hack-BoldItalic.ttf"
197
197
then
198
198
echo " Unable to execute ttfautohint on the Hack-BoldItalic variant set. Build canceled." 1>&2
199
199
exit 1
You can’t perform that action at this time.
0 commit comments