From 77f2b5742ca0c4e906cb63d234f01e1895df0fe9 Mon Sep 17 00:00:00 2001 From: Victor Gaultney Date: Thu, 13 Jul 2023 14:56:32 +0100 Subject: [PATCH] Use production names in build; test OT for DFLT and kali --- FONTLOG.txt | 1 + wscript | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/FONTLOG.txt b/FONTLOG.txt index 1d24dab..0376c95 100644 --- a/FONTLOG.txt +++ b/FONTLOG.txt @@ -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 diff --git a/wscript b/wscript index b76d767..5c484ee 100644 --- a/wscript +++ b/wscript @@ -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}')) @@ -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 )