Struct truetype::horizontal_metrics::Record [] [src]

pub struct Record {
    pub advance_width: u16,
    pub left_side_bearing: i16,
}

A record of horizontal metrics.

Fields

Trait Implementations

impl Copy for Record
[src]

impl Clone for Record
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Record
[src]

Formats the value using the given formatter.

impl Value for Record
[src]

Read a value.