Type Definition read_fonts::layout::gpos::Mark2Array
source · [−]pub type Mark2Array<'a> = TableRef<'a, Mark2ArrayMarker>;Expand description
Part of MarkMarkPosFormat1Class2Record
Implementations
sourceimpl<'a> Mark2Array<'a>
impl<'a> Mark2Array<'a>
sourcepub fn mark2_count(&self) -> u16
pub fn mark2_count(&self) -> u16
Number of Mark2 records
sourcepub fn mark2_records(&self) -> ComputedArray<'a, Mark2Record<'a>>
pub fn mark2_records(&self) -> ComputedArray<'a, Mark2Record<'a>>
Array of Mark2Records, in Coverage order.