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