Struct truetype::glyph_data::CompositeDescription [] [src]

pub struct CompositeDescription {
    pub components: Vec<Component>,
    pub instruction_size: u16,
    pub instructions: Vec<u8>,
}

A composite-glyph description.

Fields

Trait Implementations

impl Clone for CompositeDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CompositeDescription
[src]

[src]

Formats the value using the given formatter.