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

[buildcff2vf] Bug in compatibilization. #816

Closed
readroberts opened this issue Jun 19, 2019 · 0 comments
Closed

[buildcff2vf] Bug in compatibilization. #816

readroberts opened this issue Jun 19, 2019 · 0 comments
Labels

Comments

@readroberts
Copy link
Contributor

Fixing outline compatibility can fail because the code assumes that the the first font in the master_fonts argument to do_compatibility() is the default. This is not always the case.

miguelsousa pushed a commit that referenced this issue Jun 28, 2019
…tion

Fixing outline compatibility can fail because the code assumes that the first font in the master_fonts argument to do_compatibility() is the default. Fix by passing in the default font index in the font list into do_compatibilization(), so that the region font list can be formed by deleting the actual default font from the font list. Fix same issue in CompatibilityPen.getCharStrings().
Add test case.

Fixes #816
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants