Struct stb_truetype_bugfix_19072017::VMetrics [] [src]

pub struct VMetrics {
    pub ascent: i32,
    pub descent: i32,
    pub line_gap: i32,
}

Fields

Trait Implementations

impl Copy for VMetrics
[src]

impl Clone for VMetrics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VMetrics
[src]

Formats the value using the given formatter.