Struct winapi::dwrite::DWRITE_GLYPH_RUN
[−]
[src]
pub struct DWRITE_GLYPH_RUN { pub fontFace: *mut IDWriteFontFace, pub fontEmSize: FLOAT, pub glyphCount: UINT32, pub glyphIndices: *const UINT16, pub glyphAdvances: *const FLOAT, pub glyphOffsets: *const DWRITE_GLYPH_OFFSET, pub isSideways: BOOL, pub bidiLevel: UINT32, }
Fields
fontFace | |
fontEmSize | |
glyphCount | |
glyphIndices | |
glyphAdvances | |
glyphOffsets | |
isSideways | |
bidiLevel |
Trait Implementations
impl Copy for DWRITE_GLYPH_RUN
[src]
impl Clone for DWRITE_GLYPH_RUN
[src]
fn clone(&self) -> DWRITE_GLYPH_RUN
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