Type Alias read_fonts::tables::gdef::MarkGlyphSets
source · pub type MarkGlyphSets<'a> = TableRef<'a, MarkGlyphSetsMarker>;
Expand description
Aliased Type§
struct MarkGlyphSets<'a> { /* private fields */ }
Implementations§
source§impl<'a> MarkGlyphSets<'a>
impl<'a> MarkGlyphSets<'a>
sourcepub fn mark_glyph_set_count(&self) -> u16
pub fn mark_glyph_set_count(&self) -> u16
Number of mark glyph sets defined
sourcepub fn coverage_offsets(&self) -> &'a [BigEndian<Offset32>]
pub fn coverage_offsets(&self) -> &'a [BigEndian<Offset32>]
Array of offsets to mark glyph set coverage tables, from the start of the MarkGlyphSets table.
sourcepub fn coverages(&self) -> ArrayOfOffsets<'a, CoverageTable<'a>, Offset32>
pub fn coverages(&self) -> ArrayOfOffsets<'a, CoverageTable<'a>, Offset32>
A dynamically resolving wrapper for coverage_offsets
.