Struct opentype::glyph_substitution::Alternates [] [src]

pub struct Alternates {
    pub count: u16,
    pub glyph_ids: Vec<GlyphID>,
}

A set of alternate substitutions.

Fields

Trait Implementations

impl Clone for Alternates
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Alternates
[src]

Formats the value using the given formatter.

impl Value for Alternates
[src]

Read a value.