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: *mut IDWriteFontFace fontEmSize: FLOAT glyphCount: UINT32 glyphIndices: *const UINT16 glyphAdvances: *const FLOAT glyphOffsets: *const DWRITE_GLYPH_OFFSET isSideways: BOOL bidiLevel: UINT32

Trait Implementations

impl Debug for DWRITE_GLYPH_RUN
[src]

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

Formats the value using the given formatter.

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