Struct ttf_parser::morx::LigatureSubtable [−][src]
pub struct LigatureSubtable<'a> {
pub state: ExtendedStateTable<'a, u16>,
pub ligature_actions: LazyArray32<'a, u32>,
pub components: LazyArray32<'a, u16>,
pub ligatures: LazyArray32<'a, GlyphId>,
}
Expand description
A ligature subtable.
Fields
state: ExtendedStateTable<'a, u16>
A state table.
ligature_actions: LazyArray32<'a, u32>
Ligature actions.
components: LazyArray32<'a, u16>
Ligature components.
ligatures: LazyArray32<'a, GlyphId>
Ligatures.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for LigatureSubtable<'a>
impl<'a> Send for LigatureSubtable<'a>
impl<'a> Sync for LigatureSubtable<'a>
impl<'a> Unpin for LigatureSubtable<'a>
impl<'a> UnwindSafe for LigatureSubtable<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more