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 for #345 [tx] -cff2 fails to convert CID/CFF1 to multi-FD CFF2 #351

Merged
merged 14 commits into from
May 2, 2018

Conversation

blueshade7
Copy link
Contributor

Actually the problem was not CID/CFF1 specific, could happen when converting non-CID/CFF1 to CFF2.
Fixed the following bugs in cffwritre & cffwrite_t2cstr when converting CFF1 to CFF2:

  1. VarStore offset should be set to 0 for non-VF
  2. Don't attempt to copy zero-length CFF2 charstring which may legally happen (otherwise may trigger an assert in fillbuf which doesn't expect read data length may be = 0)
  3. If non-VF (numRegions = 0), don't attempt to output blend values

…CFF font

Initialize info.cid for each glyph in CID/CFF2 font with its gid, otherwise when converting CFF2 to CFF1, cfwAddGlyph regards all glyphs as CID = 0, optimize away all font dicts except font dict 0 for CID 0.
Also removed "l" from printf formatting strings for 32-bit integers
also fixed header search path in XCode project setting
this also fixes linux build of spot
Fixed the following bugs in cffwritre & cffwrite_t2cstr when converting CFF1 to CFF2:
1. VarStore offset should be set to 0 for non-VF
2. Don't attempt to copy zero-length CFF2 charstring which may legally happen (otherwise may trigger an assert in fillbuf)
3. If non-VF (numRegions = 0), don't attempt to output blend values
@miguelsousa miguelsousa requested a review from cjchapman May 2, 2018 19:30
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.

2 participants