Commit graph

1 commit

Author SHA1 Message Date
jedarden
a53989f91a docs(bf-e4uvb): document CMAP and ToUnicode entry creation points
Add comprehensive documentation of all CMAP and ToUnicode entry creation
locations in the pdftract codebase. Identifies key insertion points for
future skip logic for unmapped glyphs.

Key locations documented:
- CMAP codespace range creation (cmap/codespace.rs:60, 356)
- ToUnicode mapping creation (font/cmap.rs:86)
- Type1 font encoding differences (font/encoding.rs:197)
- ToUnicode resolution success (font/resolver.rs:398)

All locations already have MARKER comments in code referencing this note.

Closes bf-e4uvb
2026-07-06 09:42:54 -04:00