Struct opentype::glyph_positioning::PairAdjustment1 [] [src]

pub struct PairAdjustment1 {
    pub format: u16,
    pub coverage_offset: u16,
    pub value1_flags: SingleFlags,
    pub value2_flags: SingleFlags,
    pub set_count: u16,
    pub set_offsets: Vec<u16>,
    pub coverage: Coverage,
    pub sets: Vec<Pair1s>,
}

A table for adjusting pairs of glyphs in format 1.

Fields

Trait Implementations

impl Clone for PairAdjustment1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PairAdjustment1
[src]

Formats the value using the given formatter.

impl Value for PairAdjustment1
[src]

Read a value.