Type Alias read_fonts::tables::gpos::LigatureAttach
source · pub type LigatureAttach<'a> = TableRef<'a, LigatureAttachMarker>;
Expand description
Part of MarkLigPosFormat1
Aliased Type§
struct LigatureAttach<'a> { /* private fields */ }
Implementations§
source§impl<'a> LigatureAttach<'a>
impl<'a> LigatureAttach<'a>
source§impl<'a> LigatureAttach<'a>
impl<'a> LigatureAttach<'a>
sourcepub fn component_count(&self) -> u16
pub fn component_count(&self) -> u16
Number of ComponentRecords in this ligature
sourcepub fn component_records(&self) -> ComputedArray<'a, ComponentRecord<'a>>
pub fn component_records(&self) -> ComputedArray<'a, ComponentRecord<'a>>
Array of Component records, ordered in writing direction.