reflexo_typst2vec::convert

Type Alias GlyphPack

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

References to a set of glyphs.

Aliased Typeยง

struct GlyphPack { /* private fields */ }