Skip to content

Commit

Permalink
Version 1.5.3 update
Browse files Browse the repository at this point in the history
Fixer.fixName(): We must complete Win names itself first!
  • Loading branch information
Pal3love committed Sep 9, 2017
1 parent 0a1ddf9 commit 85c4554
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Package/otRebuilder/Lib/Fixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def fixName(self):
# The following order must be Win->Mac then Mac->Win!
# Convert Win names into Mac
for namRec in winNamRecs:
# Add complete Win names (winBMP, winSym, winFul)
builder.addWinNameEx(namRec.string, namRec.nameID, namRec.langID)
if namRec.nameID in [16, 17]:
continue # Macintosh platform doesn't need preferred family/subfamily.
tmpMacRec = Workers.NameWorker.winName2Mac(namRec)
Expand Down
2 changes: 1 addition & 1 deletion Package/otRebuilder/otrebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


usageStr = "usage: otrebuild [options] <inputFont>"
descriptionStr = """ OpenType Font Rebuilder: Version 1.5.2, powered by fontTools
descriptionStr = """ OpenType Font Rebuilder: Version 1.5.3, powered by fontTools
This is a simple tool to resolve naming, styling and mapping issues
among OpenType fonts. Without any options given, it can scan and
Expand Down
2 changes: 1 addition & 1 deletion Package/otrebuilder.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: otrebuilder
Version: 1.5.2
Version: 1.5.3
Summary: A simple tool to resolve OpenType fonts' mapping and naming issues, powered by fontTools.
Home-page: https://github.com/Pal3love/otRebuilder
Author: Pal3love
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = "otrebuilder",
version = "1.5.2",
version = "1.5.3",
description = "A simple tool to resolve OpenType fonts' mapping and naming issues, powered by fontTools.",
author = "Pal3love",
author_email = "[email protected]",
Expand Down

0 comments on commit 85c4554

Please sign in to comment.