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: UINT16 ascent: UINT16 descent: UINT16 lineGap: INT16 capHeight: UINT16 xHeight: UINT16 underlinePosition: INT16 underlineThickness: UINT16 strikethroughPosition: INT16 strikethroughThickness: UINT16

Trait Implementations

impl Debug for DWRITE_FONT_METRICS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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