Enum opentype::glyph_substitution::SingleSubstitution [] [src]

pub enum SingleSubstitution {
    Format1(SingleSubstitution1),
    Format2(SingleSubstitution2),
}

A table for substituting one glyph with one glyph.

Variants

Format 1.

Format 2.

Trait Implementations

impl Clone for SingleSubstitution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SingleSubstitution
[src]

Formats the value using the given formatter.

impl Value for SingleSubstitution
[src]

Read a value.