-
Notifications
You must be signed in to change notification settings - Fork 483
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
Chinese .ttf fonts failing with one of two errors #279
Comments
Both errors have to do with unsupported
I'm not sure about supporting format 0 as used by The Unicode platform is something we should support, as more fonts are using this, including some built-in fonts on OS X. |
Indeed, unicode support would be great. We had significant difficulty getting any (of what we thought were) standard Chinese fonts on OS X to work with opentype |
With the introduction of CID-keyed fonts, a lot more of them should now work, although some still miss the correct cmap parsing. |
I have also encountered this situation. Is it resolved now? |
This is a font without any Unicode |
|
Uncaught Error: Only format 4 and 12 cmap tables are supported.
or
Uncaught TypeError: Cannot read property 'glyphIndexMap' of null
I suppose the first is an expected error.
Code here:
fonts.zip
The text was updated successfully, but these errors were encountered: