Skip to content

Commit

Permalink
Use production names in build; test OT for DFLT and kali
Browse files Browse the repository at this point in the history
  • Loading branch information
jvgaultney committed Jul 13, 2023
1 parent effb3a8 commit 77f2b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions FONTLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ChangeLog

13 July 2023 (SIL WSTech Team) Kay Pho Du v3.000
- New Bold, SemiBold, and Medium weights
- Increased space around U+ A92F KAYAH LI SIGN SHYA and after exclamation point
- Other minor improvements

21 April 2022 (SIL WSTech Team) Kay Pho Du v2.000
Expand Down
4 changes: 2 additions & 2 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ TESTDIR = ["tests", "../font-kayphodu-private/tests"]

# Get version and authorship information from Regular UFO (canonical metadata); must be first function call:
getufoinfo('source/masters/' + FAMILY + '-Regular.ufo')
# BUILDLABEL = 'beta1'

# Set up the FTML tests
ftmlTest('tools/ftml-smith.xsl')

cmds = []
#cmds.append(cmd('psfchangettfglyphnames ${SRC} ${DEP} ${TGT}', ['source/instances/${DS:FILENAME_BASE}.ufo']))
cmds.append(cmd('psfchangettfglyphnames ${SRC} ${DEP} ${TGT}', ['${source}']))
#cmds.append(cmd('../tools/ttfaddemptyot.py -t gpos ${DEP} ${TGT}'))
#cmds.append(cmd('${TTFAUTOHINT} -n -W ${DEP} ${TGT}'))

Expand All @@ -32,6 +31,7 @@ designspace('source/' + FAMILY + '.designspace',
cmd='psfwoffit -m ${SRC[1]} --woff ${TGT} --woff2 ${TGT}2 ${SRC[0]}'
),
pdf = fret(params='-oi'),
script = ['DFLT', 'kali'],
shortcircuit = False
)

Expand Down

0 comments on commit 77f2b57

Please sign in to comment.