Enum opentype::glyph_substitution::Table [] [src]

pub enum Table {
    SingleSubstitution(SingleSubstitution),
    MultipleSubstitution(MultipleSubstitution),
    AlternateSubstitution(AlternateSubstitution),
    LigatureSubstitution(LigatureSubstitution),
    ContextSubstitution(ContextSubstitution),
    ChainContextSubstitution(ChainContextSubstitution),
    ExtensionSubstitution(ExtensionSubstitution),
    ReverseChainContextSubstitution(ReverseChainContextSubstitution),
}

An inner table of a glyph-substitution table.

Variants

Trait Implementations

impl Clone for Table
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Table
[src]

Formats the value using the given formatter.

impl Walue<'static> for Table
[src]

The parameter type.

Read a value.