pub type Sequence<'a> = TableRef<'a, SequenceMarker>;
Expand description
Part of MultipleSubstFormat1
Aliased Type§
struct Sequence<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Sequence<'a>
impl<'a> Sequence<'a>
Sourcepub fn glyph_count(&self) -> u16
pub fn glyph_count(&self) -> u16
Number of glyph IDs in the substituteGlyphIDs array. This must always be greater than 0.
Sourcepub fn substitute_glyph_ids(&self) -> &'a [BigEndian<GlyphId16>]
pub fn substitute_glyph_ids(&self) -> &'a [BigEndian<GlyphId16>]
String of glyph IDs to substitute