Struct winapi::dwrite::DWRITE_GLYPH_METRICS [] [src]

pub struct DWRITE_GLYPH_METRICS {
    pub leftSideBearing: INT32,
    pub advanceWidth: UINT32,
    pub rightSideBearing: INT32,
    pub topSideBearing: INT32,
    pub advanceHeight: UINT32,
    pub bottomSideBearing: INT32,
    pub verticalOriginY: INT32,
}

Fields

leftSideBearing: INT32 advanceWidth: UINT32 rightSideBearing: INT32 topSideBearing: INT32 advanceHeight: UINT32 bottomSideBearing: INT32 verticalOriginY: INT32

Trait Implementations

impl Debug for DWRITE_GLYPH_METRICS
[src]

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

Formats the value using the given formatter.

impl Copy for DWRITE_GLYPH_METRICS
[src]

impl Clone for DWRITE_GLYPH_METRICS
[src]

fn clone(&self) -> DWRITE_GLYPH_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