Struct winapi::dwrite::DWRITE_FONT_METRICS
[−]
[src]
pub struct DWRITE_FONT_METRICS { pub designUnitsPerEm: UINT16, pub ascent: UINT16, pub descent: UINT16, pub lineGap: INT16, pub capHeight: UINT16, pub xHeight: UINT16, pub underlinePosition: INT16, pub underlineThickness: UINT16, pub strikethroughPosition: INT16, pub strikethroughThickness: UINT16, }
Fields
designUnitsPerEm | |
ascent | |
descent | |
lineGap | |
capHeight | |
xHeight | |
underlinePosition | |
underlineThickness | |
strikethroughPosition | |
strikethroughThickness |
Trait Implementations
impl Copy for DWRITE_FONT_METRICS
[src]
impl Clone for DWRITE_FONT_METRICS
[src]
fn clone(&self) -> DWRITE_FONT_METRICS
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