Struct ttf_parser::gpos::LigatureArray [−][src]
pub struct LigatureArray<'a> { /* fields omitted */ }
Expand description
An array or ligature anchor matrices.
Implementations
Returns an AnchorMatrix
at index.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for LigatureArray<'a>
impl<'a> Send for LigatureArray<'a>
impl<'a> Sync for LigatureArray<'a>
impl<'a> Unpin for LigatureArray<'a>
impl<'a> UnwindSafe for LigatureArray<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more