Type Alias read_fonts::tables::gsub::Sequence
source · 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