Skip to content

Changed grayscale method to delegate and fixed #87, 0x0D in string literals#90

Merged
synercoder merged 4 commits intomainfrom
develop
Apr 23, 2026
Merged

Changed grayscale method to delegate and fixed #87, 0x0D in string literals#90
synercoder merged 4 commits intomainfrom
develop

Conversation

@synercoder
Copy link
Copy Markdown
Owner

No description provided.

CID text bytes could contain 0D, which was unescaped in a string literal, and a parser would parse it to 0A, which in the reported font is capital G. Which when subsetting and not used was not available, resulting in a .undef glyph being shown. Fixed by both escaping more characters in string literals, and using hex-string for CID text in content streams.
@synercoder synercoder merged commit e064097 into main Apr 23, 2026
6 checks passed
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.

1 participant