Struct truetype::glyph_data::Component [] [src]

pub struct Component {
    pub flags: ComponentFlags,
    pub glyph_index: u16,
    pub arguments: Arguments,
    pub options: Options,
}

A component of a composite glyph.

Fields

Trait Implementations

impl Copy for Component
[src]

impl Clone for Component
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Component
[src]

[src]

Formats the value using the given formatter.

impl Value for Component
[src]

[src]

Read a value.