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: *const u16,
pub glyphAdvances: *const f32,
pub glyphOffsets: *const DWRITE_GLYPH_OFFSET,
pub isSideways: BOOL,
pub bidiLevel: u32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
, "Win32_Foundation"
Fields
fontFace: IDWriteFontFace
fontEmSize: f32
glyphCount: u32
glyphIndices: *const u16
glyphAdvances: *const f32
glyphOffsets: *const DWRITE_GLYPH_OFFSET
isSideways: BOOL
bidiLevel: u32
Trait Implementations
impl Clone for DWRITE_GLYPH_RUN
impl Clone for DWRITE_GLYPH_RUN
impl Copy for DWRITE_GLYPH_RUN
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_GLYPH_RUN
impl !Send for DWRITE_GLYPH_RUN
impl !Sync for DWRITE_GLYPH_RUN
impl Unpin for DWRITE_GLYPH_RUN
impl UnwindSafe for DWRITE_GLYPH_RUN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more