Struct truetype::font_header::FontHeader [] [src]

pub struct FontHeader {
    pub major_version: u16,
    pub minor_version: u16,
    pub revision: q32,
    pub checksum_adjustment: u32,
    pub magic_number: u32,
    pub flags: Flags,
    pub units_per_em: u16,
    pub created: i64,
    pub modified: i64,
    pub min_x: i16,
    pub min_y: i16,
    pub max_x: i16,
    pub max_y: i16,
    pub mac_style: u16,
    pub lowest_ppem: u16,
    pub direction_hint: i16,
    pub glyph_mapping_format: i16,
    pub glyph_data_format: i16,
}

A font header.

Fields

Trait Implementations

impl Copy for FontHeader
[src]

impl Clone for FontHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FontHeader
[src]

Formats the value using the given formatter.

impl Value for FontHeader
[src]

Read a value.