Struct owned_ttf_parser::gsub::Ligature [−][src]
pub struct Ligature<'a> {
pub glyph: GlyphId,
pub components: LazyArray16<'a, GlyphId>,
}
Expand description
Glyph components for one ligature.
Fields
glyph: GlyphId
Ligature to substitute.
components: LazyArray16<'a, GlyphId>
Glyph components for one ligature.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Ligature<'a>
impl<'a> UnwindSafe for Ligature<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more