Struct stb_truetype::VMetrics
[−]
[src]
pub struct VMetrics { pub ascent: i32, pub descent: i32, pub line_gap: i32, }
Fields
ascent: i32
descent: i32
line_gap: i32
Trait Implementations
impl Debug for VMetrics
[src]
impl Clone for VMetrics
[src]
fn clone(&self) -> VMetrics
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