Expand description
Cache for Type 3 glyph outlines.
Corresponds to CPDF_Type3Cache in PDFium’s cpdf_type3cache.h.
The per-glyph entry type is in type3_glyph_map,
corresponding to CPDF_Type3GlyphMap in PDFium’s cpdf_type3glyphmap.h.
Re-exports§
pub use crate::type3_glyph_map::Type3GlyphEntry;
Structs§
- Type3
Glyph Cache - Thread-safe cache for Type 3 glyph outlines with a size limit.