Skip to main content

Module type3_cache

Module type3_cache 

Source
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§

Type3GlyphCache
Thread-safe cache for Type 3 glyph outlines with a size limit.