Struct opentype::glyph_positioning::MarkToMarkAttachment [] [src]

pub struct MarkToMarkAttachment {
    pub format: u16,
    pub mark1_coverage_offset: u16,
    pub mark2_coverage_offset: u16,
    pub class_count: u16,
    pub mark1s_offset: u16,
    pub mark2s_offset: u16,
    pub mark1_coverage: Coverage,
    pub mark2_coverage: Coverage,
    pub mark1s: Mark1s,
    pub mark2s: Mark2s,
}

A table for attaching combining marks to other marks.

Fields

Trait Implementations

impl Clone for MarkToMarkAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MarkToMarkAttachment
[src]

Formats the value using the given formatter.

impl Value for MarkToMarkAttachment
[src]

Read a value.