Struct opentype::glyph_substitution::Rule [] [src]

pub struct Rule {
    pub input_glyph_count: u16,
    pub operation_count: u16,
    pub input_glyph_ids: Vec<GlyphID>,
    pub operations: Vec<Substitution>,
}

A substitution rule.

Fields

Trait Implementations

impl Clone for Rule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Rule
[src]

Formats the value using the given formatter.

impl Value for Rule
[src]

Read a value.