Struct opentype::GlyphDefinition [] [src]

pub struct GlyphDefinition {
    pub header: Header,
    pub glyph_class: Option<Class>,
    pub attachments: Option<Attachments>,
    pub ligatures: Option<Ligatures>,
    pub mark_class: Option<Class>,
    pub marks: Option<Marks>,
}

A glyph-definition table.

Fields

Trait Implementations

impl Table<'static> for GlyphDefinition
[src]

impl Clone for GlyphDefinition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GlyphDefinition
[src]

Formats the value using the given formatter.

impl Value for GlyphDefinition
[src]

Read a value.