Struct stb_truetype_bugfix_19072017::HMetrics [] [src]

pub struct HMetrics {
    pub advance_width: i32,
    pub left_side_bearing: i32,
}

Fields

Trait Implementations

impl Copy for HMetrics
[src]

impl Clone for HMetrics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HMetrics
[src]

Formats the value using the given formatter.