Struct truetype::glyph_data::SimpleDescription [] [src]

pub struct SimpleDescription {
    pub end_points: Vec<u16>,
    pub instruction_size: u16,
    pub instructions: Vec<u8>,
    pub flags: Vec<PointFlags>,
    pub x: Vec<i16>,
    pub y: Vec<i16>,
}

A simple-glyph description.

Fields

Trait Implementations

impl Clone for SimpleDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SimpleDescription
[src]

[src]

Formats the value using the given formatter.

impl Walue<'static> for SimpleDescription
[src]

The parameter type.

[src]

Read a value.