Enum truetype::glyph_data::Description [] [src]

pub enum Description {
    Simple(SimpleDescription),
    Composite(CompositeDescription),
}

A glyph description.

Variants

A simple-glyph description.

A composite-glyph description.

Trait Implementations

impl Clone for Description
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Description
[src]

Formats the value using the given formatter.

impl Walue<'static> for Description
[src]

The parameter type.

Read a value.