Skip to content

Commit

Permalink
Bump version; Add ttfautohint info into version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
graphicore committed Sep 15, 2017
1 parent 958ec65 commit 57e1660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/bin/buildAll
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 57e1660

Please sign in to comment.