Struct owned_ttf_parser::gsub::Sequence [−][src]
pub struct Sequence<'a> {
pub substitutes: LazyArray16<'a, GlyphId>,
}
Expand description
A sequence of glyphs for Multiple Substitution Subtable.
Fields
substitutes: LazyArray16<'a, GlyphId>
A list of substitute glyphs.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Sequence<'a>
impl<'a> UnwindSafe for Sequence<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more