Struct opentype::glyph_substitution::Ligature [] [src]

pub struct Ligature {
    pub glyph_id: GlyphID,
    pub component_count: u16,
    pub component_ids: Vec<GlyphID>,
}

A ligature substitution.

Fields

Trait Implementations

impl Clone for Ligature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ligature
[src]

Formats the value using the given formatter.

impl Value for Ligature
[src]

Read a value.