-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version; Add ttfautohint info into version string.
- Loading branch information
1 parent
958ec65
commit 57e1660
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,9 @@ LICENSE='This Font Software is licensed under the SIL Open Font '\ | |
'License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL' | ||
LICENSE_URL='http://scripts.sil.org/OFL' | ||
COPYRIGHT="Copyright 2017 The $FAMILY_BASE_NAME Project Authors ([email protected])" | ||
VERSION="Version 1.002" | ||
VERSION="Version 1.003" | ||
VERSION_MAJOR=1 | ||
VERSION_MINOR=1 | ||
VERSION_MINOR=3 | ||
|
||
# usWinAscent from 800 to 682 ??? | ||
# OS/2 sTypoLineGap is not equal to 0 | ||
|
@@ -224,7 +224,7 @@ for TARGET in ${TARGETS[@]}; do | |
fi | ||
|
||
$BUILD $CODE_TYPE $UFO_DIR --fontinfo "$FONTINFO" --parameters "$PARAMETERS" $FONTARG | ||
fontmake -u $UFO_DIR --production-names --keep-overlaps --keep-direction -a -o ttf | ||
fontmake -u $UFO_DIR --production-names --keep-overlaps --keep-direction -a"-I" -o ttf | ||
|
||
done | ||
|
||
|