Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_GLYPH_RUN
[−]#[repr(C)]pub struct DWRITE_GLYPH_RUN {
pub fontFace: IDWriteFontFace,
pub fontEmSize: f32,
pub glyphCount: u32,
pub glyphIndices: *mut u16,
pub glyphAdvances: *mut f32,
pub glyphOffsets: *mut DWRITE_GLYPH_OFFSET,
pub isSideways: BOOL,
pub bidiLevel: u32,
}Expand description
Required features: ‘Win32_Graphics_DirectWrite’, ‘Win32_Foundation’
Fields
fontFace: IDWriteFontFacefontEmSize: f32glyphCount: u32glyphIndices: *mut u16glyphAdvances: *mut f32glyphOffsets: *mut DWRITE_GLYPH_OFFSETisSideways: BOOLbidiLevel: u32