Struct opentype::glyph_substitution::LigatureSubstitution [] [src]

pub struct LigatureSubstitution {
    pub format: u16,
    pub coverage_offset: u16,
    pub set_count: u16,
    pub set_offsets: Vec<u16>,
    pub coverage: Coverage,
    pub sets: Vec<Ligatures>,
}

A table for substituting multiple glyphs with one glyph.

Fields

Trait Implementations

impl Clone for LigatureSubstitution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LigatureSubstitution
[src]

Formats the value using the given formatter.

impl Value for LigatureSubstitution
[src]

Read a value.