Expand description
Glyph path cache: caches charstring interpretation results per font.
Stores glyph outlines in charstring coordinates (pre-FontMatrix, pre-CTM). One cache entry per glyph per font, regardless of size/orientation. FontMatrix and CTM transforms are still applied per-render.
Structs§
- Cached
Glyph - Cached glyph outline + width in charstring coordinates.
- Cached
Type3 Glyph - Cached Type 3 glyph: display list elements + origin for translation.
- Glyph
Cache - Per-font glyph path cache.
Enums§
- Type3
Cache Mode - Cache mode set by setcachedevice/setcharwidth during Type 3 BuildChar.
Functions§
- get_
or_ create_ cache - Get or create the glyph cache for a font entity.