-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prawn correctly used width of missing glyphs to layout text but didn't encode the widths correctly in subset fonts. The resulted in characters with missing glyphs to have 0 width. And even though Prawn drawn Replacement Character glyphs they were stacking on top of each other because their widths were wrong.
- Loading branch information
1 parent
c3bf1e4
commit 7d43e7d
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters