Skip to content

Commit

Permalink
Bump to version 4.000
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoblentz committed Sep 6, 2019
1 parent d6174a9 commit 13013a5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion preflight
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# psfsetglyphorder --header sort_final -i source/glyph_data.csv source/masters/Padauk-Regular.ufo -l source/logs/sortorder.log

#echo "Update version number..."
psfsetversion source/masters/Padauk-Regular.ufo "3.958 beta" -l source/logs/setversionR.log
psfsetversion source/masters/Padauk-Regular.ufo "4.000" -l source/logs/setversionR.log

echo "Check and normalize Regular..."
# Do this before meta sync so we minimize problems in the BookBold
Expand Down
8 changes: 4 additions & 4 deletions source/masters/Padauk-BookBold.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>familyName</key>
<string>Padauk</string>
<key>openTypeHeadCreated</key>
<string>2019/09/06 14:22:12</string>
<string>2019/09/06 15:08:32</string>
<key>openTypeHheaAscender</key>
<integer>1010</integer>
<key>openTypeHheaDescender</key>
Expand Down Expand Up @@ -83,7 +83,7 @@ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
<key>openTypeNameUniqueID</key>
<string>SIL International: Padauk Book Bold: 2019</string>
<key>openTypeNameVersion</key>
<string>Version 3.958 beta</string>
<string>Version 4.000</string>
<key>openTypeOS2CodePageRanges</key>
<array>
<integer>0</integer>
Expand Down Expand Up @@ -185,9 +185,9 @@ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
<key>unitsPerEm</key>
<integer>1024</integer>
<key>versionMajor</key>
<integer>3</integer>
<integer>4</integer>
<key>versionMinor</key>
<integer>958</integer>
<integer>0</integer>
<key>xHeight</key>
<integer>466</integer>
</dict>
Expand Down
6 changes: 3 additions & 3 deletions source/masters/Padauk-Regular.ufo/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
<key>openTypeNameUniqueID</key>
<string>SIL International: Padauk Regular: 2019</string>
<key>openTypeNameVersion</key>
<string>Version 3.958 beta</string>
<string>Version 4.000</string>
<key>openTypeOS2CodePageRanges</key>
<array>
<integer>0</integer>
Expand Down Expand Up @@ -185,9 +185,9 @@ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
<key>unitsPerEm</key>
<integer>1024</integer>
<key>versionMajor</key>
<integer>3</integer>
<integer>4</integer>
<key>versionMinor</key>
<integer>958</integer>
<integer>0</integer>
<key>xHeight</key>
<integer>459</integer>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion source/padauk-WOFF-metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata version="1.0">
<uniqueid id="org.sil.fonts.padauk.3.958" />
<uniqueid id="org.sil.fonts.padauk.4.000" />
<vendor name="SIL International" url="http://scripts.sil.org" />
<credits>
<credit
Expand Down
4 changes: 2 additions & 2 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ d = designspace('source/Padauk.designspace',
)

# Make khamti package
kpackage = package(appname="PadaukNamKio")
dpackage = package(appname="Deemawso")
kpackage = package(appname="PadaukNamKio", version="4.000")
dpackage = package(appname="Deemawso", version="4.000")
for f in d.fonts:
font(target = process('khamti/'+f.target.replace('Padauk', 'NamKio'),
# cmd('ttfremap -r -c ${SRC} ${DEP} ${TGT}', ['source/namkio_remap.txt']),
Expand Down

0 comments on commit 13013a5

Please sign in to comment.