Struct opentype::glyph_substitution::ContextSubstitution2 [] [src]

pub struct ContextSubstitution2 {
    pub format: u16,
    pub coverage_offset: u16,
    pub class_offset: u16,
    pub set_count: u16,
    pub set_offsets: Vec<u16>,
    pub coverage: Coverage,
    pub sets: Vec<Option<ClassRules>>,
}

A table for substituting glyphs in a context in format 2.

Fields

Trait Implementations

impl Clone for ContextSubstitution2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContextSubstitution2
[src]

Formats the value using the given formatter.

impl Value for ContextSubstitution2
[src]

Read a value.