Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Advent Pro (failing OTS) #1210

Merged
merged 1 commit into from Sep 27, 2017
Merged

Fix Advent Pro (failing OTS) #1210

merged 1 commit into from Sep 27, 2017

Conversation

davelab6
Copy link
Member

Before:

ofl/adventpro/AdventPro-Bold.ttfERROR: cmap: out of order start range (939 <= 939)
ERROR: cmap: Failed to parse format 4 cmap subtable 0
ERROR: cmap: Failed to parse table
Failed to sanitize file!
ofl/adventpro/AdventPro-ExtraLight.ttfERROR: cmap: out of order start range (939 <= 939)
ERROR: cmap: Failed to parse format 4 cmap subtable 0
ERROR: cmap: Failed to parse table
Failed to sanitize file!
ofl/adventpro/AdventPro-Light.ttfERROR: cmap: out of order start range (939 <= 939)
ERROR: cmap: Failed to parse format 4 cmap subtable 0
ERROR: cmap: Failed to parse table
Failed to sanitize file!
ofl/adventpro/AdventPro-Medium.ttfERROR: cmap: out of order start range (939 <= 939)
ERROR: cmap: Failed to parse format 4 cmap subtable 0
ERROR: cmap: Failed to parse table
Failed to sanitize file!
ofl/adventpro/AdventPro-Regular.ttfERROR: cmap: out of order start range (939 <= 939)
ERROR: cmap: Failed to parse format 4 cmap subtable 0
ERROR: cmap: Failed to parse table
Failed to sanitize file!
ofl/adventpro/AdventPro-SemiBold.ttfERROR: cmap: out of order start range (939 <= 939)
ERROR: cmap: Failed to parse format 4 cmap subtable 0
ERROR: cmap: Failed to parse table
Failed to sanitize file!
ofl/adventpro/AdventPro-Thin.ttfERROR: cmap: out of order start range (939 <= 939)
ERROR: cmap: Failed to parse format 4 cmap subtable 0
ERROR: cmap: Failed to parse table
Failed to sanitize file!

After

$ for i in ofl/adventpro/AdventPro-*; do echo $i; ots-sanitize $i; done
ofl/adventpro/AdventPro-Bold.ttf
File sanitized successfully!
ofl/adventpro/AdventPro-ExtraLight.ttf
File sanitized successfully!
ofl/adventpro/AdventPro-Light.ttf
File sanitized successfully!
ofl/adventpro/AdventPro-Medium.ttf
File sanitized successfully!
ofl/adventpro/AdventPro-Regular.ttf
File sanitized successfully!
ofl/adventpro/AdventPro-SemiBold.ttf
File sanitized successfully!
ofl/adventpro/AdventPro-Thin.ttf
File sanitized successfully!

@davelab6 davelab6 merged commit b0e6a7f into master Sep 27, 2017
@davelab6 davelab6 deleted the adventpro-ttx-fix-ots branch September 27, 2017 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant