Struct truetype::glyph_data::Glyph [] [src]

pub struct Glyph {
    pub contour_count: i16,
    pub min_x: i16,
    pub min_y: i16,
    pub max_x: i16,
    pub max_y: i16,
    pub description: Description,
}

A glyph.

Fields

Trait Implementations

impl Clone for Glyph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Glyph
[src]

Formats the value using the given formatter.

impl Value for Glyph
[src]

Read a value.