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