Struct opentype::glyph_positioning::MarkToBaseAttachment [] [src]

pub struct MarkToBaseAttachment {
    pub format: u16,
    pub mark_coverage_offset: u16,
    pub base_coverage_offset: u16,
    pub class_count: u16,
    pub marks_offset: u16,
    pub bases_offset: u16,
    pub mark_coverage: Coverage,
    pub base_coverage: Coverage,
    pub marks: Mark1s,
    pub bases: Bases,
}

A table for attaching combining marks to base glyphs.

Fields

Trait Implementations

impl Clone for MarkToBaseAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MarkToBaseAttachment
[src]

Formats the value using the given formatter.

impl Value for MarkToBaseAttachment
[src]

Read a value.