Fix some Unicode font embedding issues:

- Reworked Widths array compression for CID fonts to require at least 4 repeated
  widths.
- Fixed the embedded CMap for Unicode fonts.
This commit is contained in:
Michael R Sweet
2025-03-06 17:09:27 -05:00
parent 4165cd23ba
commit 458f366d78
2 changed files with 34 additions and 25 deletions

View File

@ -18,6 +18,7 @@ v1.5.0 - 2025-03-06
- Fixed an output issue for extremely small `double` values with the
`pdfioContent` APIs.
- Fixed a missing Widths array issue for embedded TrueType fonts.
- Fixed some Unicode font embedding issues.
v1.4.1 - 2025-01-24