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

contour_count: i16 min_x: i16 min_y: i16 max_x: i16 max_y: i16 description: Description

Trait Implementations

impl PartialEq for Glyph
[src]

fn eq(&self, __arg_0: &Glyph) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Glyph) -> bool

This method tests for !=.

impl Eq for Glyph
[src]

impl Debug for Glyph
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Glyph
[src]

fn clone(&self) -> Glyph

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Value for Glyph
[src]

fn read<T: Tape>(tape: &mut T) -> Result<Self>

Read a value.