Type Alias read_fonts::tables::gpos::MarkArray
source · pub type MarkArray<'a> = TableRef<'a, MarkArrayMarker>;
Expand description
Aliased Type§
struct MarkArray<'a> { /* private fields */ }
Implementations§
source§impl<'a> MarkArray<'a>
impl<'a> MarkArray<'a>
sourcepub fn mark_count(&self) -> u16
pub fn mark_count(&self) -> u16
Number of MarkRecords
sourcepub fn mark_records(&self) -> &'a [MarkRecord]
pub fn mark_records(&self) -> &'a [MarkRecord]
Array of MarkRecords, ordered by corresponding glyphs in the associated mark Coverage table.