pub type MarkGlyphSets<'a> = TableRef<'a, MarkGlyphSetsMarker>;
Expand description
Aliased Type§
pub struct MarkGlyphSets<'a> {
pub(crate) shape: MarkGlyphSetsMarker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: MarkGlyphSetsMarker
§data: FontData<'a>
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
.