Skip to main content

CachedGlyph

Type Alias CachedGlyph 

Source
pub type CachedGlyph = Arc<(GlyphMetrics, Vec<u8>)>;
Expand description

Shared rasterized glyph: metrics + coverage bitmap.

Aliased Typeยง

pub struct CachedGlyph { /* private fields */ }