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 | |
advanceWidth | |
rightSideBearing | |
topSideBearing | |
advanceHeight | |
bottomSideBearing | |
verticalOriginY |
Trait Implementations
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