Struct truetype::offset_table::Header [] [src]

pub struct Header {
    pub version: u32,
    pub table_count: u16,
    pub search_range: u16,
    pub entry_selector: u16,
    pub range_shift: u16,
}

The header of an offset table.

Fields

Trait Implementations

impl Copy for Header
[src]

impl Clone for Header
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Header
[src]

[src]

Formats the value using the given formatter.

impl Value for Header
[src]

[src]

Read a value.