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 Ek Mukta (currently fails OTS) #1209

Merged
merged 2 commits into from Sep 27, 2017
Merged

Fix Ek Mukta (currently fails OTS) #1209

merged 2 commits into from Sep 27, 2017

Conversation

davelab6
Copy link
Member

@davelab6 davelab6 commented Sep 18, 2017

Roundtripped through TTX to fix

Before:

$ for i in ofl/ekmukta/EkMukta-*; do echo $i; ots-sanitize $i; done
ofl/ekmukta/EkMukta-Bold.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/ekmukta/EkMukta-ExtraBold.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/ekmukta/EkMukta-ExtraLight.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/ekmukta/EkMukta-Light.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/ekmukta/EkMukta-Medium.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/ekmukta/EkMukta-Regular.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/ekmukta/EkMukta-SemiBold.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!

$ for i in ofl/mukta/Mukta-*; do echo $i; ots-sanitize $i; done
ofl/mukta/Mukta-Bold.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/mukta/Mukta-ExtraBold.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/mukta/Mukta-ExtraLight.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/mukta/Mukta-Light.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/mukta/Mukta-Medium.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/mukta/Mukta-Regular.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!
ofl/mukta/Mukta-SemiBold.ttf
ERROR: Layout: ClassRangeRecord 20 start overlaps with end of the previous one: 560 <= 560
ERROR: GDEF: Invalid glyph classes
ERROR: GDEF: Failed to parse table
Failed to sanitize file!

After:

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

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

@davelab6
Copy link
Member Author

@m4rc1e please confirm this is the latest Ek Mukta

@davelab6 davelab6 merged commit 9d451f6 into master Sep 27, 2017
@davelab6 davelab6 deleted the ekmukta-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