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
.