Type Alias read_fonts::tables::gsub::AlternateSet
source · pub type AlternateSet<'a> = TableRef<'a, AlternateSetMarker>;
Expand description
Part of AlternateSubstFormat1
Aliased Type§
struct AlternateSet<'a> { /* private fields */ }
Implementations§
source§impl<'a> AlternateSet<'a>
impl<'a> AlternateSet<'a>
sourcepub fn glyph_count(&self) -> u16
pub fn glyph_count(&self) -> u16
Number of glyph IDs in the alternateGlyphIDs array
sourcepub fn alternate_glyph_ids(&self) -> &'a [BigEndian<GlyphId16>]
pub fn alternate_glyph_ids(&self) -> &'a [BigEndian<GlyphId16>]
Array of alternate glyph IDs, in arbitrary order