Struct opentype::glyph_substitution::ContextSubstitution3 [] [src]

pub struct ContextSubstitution3 {
    pub format: u16,
    pub glyph_count: u16,
    pub operation_count: u16,
    pub coverage_offsets: Vec<u16>,
    pub operations: Vec<Substitution>,
    pub coverages: Vec<Coverage>,
}

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

Fields

Trait Implementations

impl Clone for ContextSubstitution3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContextSubstitution3
[src]

Formats the value using the given formatter.

impl Value for ContextSubstitution3
[src]

Read a value.