Struct truetype::horizontal_header::HorizontalHeader [] [src]

pub struct HorizontalHeader {
    pub version: q32,
    pub ascender: i16,
    pub descender: i16,
    pub line_gap: i16,
    pub max_advance_width: u16,
    pub min_left_side_bearing: i16,
    pub min_right_side_bearing: i16,
    pub max_x_extent: i16,
    pub caret_slope_rise: i16,
    pub caret_slope_run: i16,
    pub caret_offset: i16,
    pub reserved1: i16,
    pub reserved2: i16,
    pub reserved3: i16,
    pub reserved4: i16,
    pub metric_data_format: i16,
    pub horizontal_metric_count: u16,
}

A horizontal header.

Fields

version: q32 ascender: i16 descender: i16 line_gap: i16 max_advance_width: u16 min_left_side_bearing: i16 min_right_side_bearing: i16 max_x_extent: i16 caret_slope_rise: i16 caret_slope_run: i16 caret_offset: i16 reserved1: i16 reserved2: i16 reserved3: i16 reserved4: i16 metric_data_format: i16 horizontal_metric_count: u16

Trait Implementations

impl Copy for HorizontalHeader
[src]

impl PartialEq for HorizontalHeader
[src]

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

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

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

This method tests for !=.

impl Eq for HorizontalHeader
[src]

impl Debug for HorizontalHeader
[src]

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

Formats the value using the given formatter.

impl Clone for HorizontalHeader
[src]

fn clone(&self) -> HorizontalHeader

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 HorizontalHeader
[src]

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

Read a value.