Struct opentype::glyph_definition::Header1 [] [src]

pub struct Header1 {
    pub version: u32,
    pub glyph_class_offset: u16,
    pub attachments_offset: u16,
    pub ligatures_offset: u16,
    pub mark_class_offset: u16,
}

The header of a glyph-definition table of version 0x00010000.

Fields

Trait Implementations

impl Copy for Header1
[src]

impl Clone for Header1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Header1
[src]

Formats the value using the given formatter.

impl Value for Header1
[src]

Read a value.