GlyphPack

Type Alias GlyphPack 

Source
pub type GlyphPack = Vec<(GlyphRef, FlatGlyphItem)>;
Expand description

References to a set of glyphs.

Aliased Typeยง

pub struct GlyphPack { /* private fields */ }