Skip to content

pdf/ps: Track full character map in CharacterTracker#30566

Merged
tacaswell merged 1 commit intomatplotlib:text-overhaulfrom
QuLogic:full-charmap-tracking
Sep 17, 2025
Merged

pdf/ps: Track full character map in CharacterTracker#30566
tacaswell merged 1 commit intomatplotlib:text-overhaulfrom
QuLogic:full-charmap-tracking

Conversation

@QuLogic
Copy link
Copy Markdown
Member

@QuLogic QuLogic commented Sep 16, 2025

PR summary

By tracking both character codes and glyph indices, we can handle producing multiple font subsets if needed by a file format.

This was split out of #30512, but based on #30335.

PR checklist

By tracking both character codes and glyph indices, we can handle
producing multiple font subsets if needed by a file format.