Open davelab6 opened 8 years ago
@vitalyvolkov I committed a workaround to this, please could you push the version bump to pypi :)
Was my hack ok? It seems that the freetype library was used instead of fontTools for speed, but ft can only access a subset of what fontTools can access - and glyph names are outside the subset.
I guess that the way it should work in 'ft' mode is to subclass/override the fontTools methods that it can return faster, but use fontTools when needed.
Using the latest git master head, and the latest release, I can no longer run pyfontaine :(