Struct windows::Win32::Graphics::DirectWrite::IDWriteFontFace2_Vtbl
#[repr(C)]pub struct IDWriteFontFace2_Vtbl {
pub base__: IDWriteFontFace1_Vtbl,
pub IsColorFont: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub GetColorPaletteCount: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetPaletteEntryCount: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetPaletteEntries: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut DWRITE_COLOR_F) -> HRESULT,
pub GetRecommendedRenderingMode: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: DWRITE_OUTLINE_THRESHOLD, _: DWRITE_MEASURING_MODE, _: *mut c_void, _: *mut DWRITE_RENDERING_MODE, _: *mut DWRITE_GRID_FIT_MODE) -> HRESULT,
}
Fields§
§base__: IDWriteFontFace1_Vtbl
§IsColorFont: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§GetColorPaletteCount: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetPaletteEntryCount: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetPaletteEntries: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: *mut DWRITE_COLOR_F) -> HRESULT
§GetRecommendedRenderingMode: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: DWRITE_OUTLINE_THRESHOLD, _: DWRITE_MEASURING_MODE, _: *mut c_void, _: *mut DWRITE_RENDERING_MODE, _: *mut DWRITE_GRID_FIT_MODE) -> HRESULT
Implementations§
§impl IDWriteFontFace2_Vtbl
impl IDWriteFontFace2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontFace2_Vtblwhere
Identity: IDWriteFontFace2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontFace2_Vtbl
impl RefUnwindSafe for IDWriteFontFace2_Vtbl
impl Send for IDWriteFontFace2_Vtbl
impl Sync for IDWriteFontFace2_Vtbl
impl Unpin for IDWriteFontFace2_Vtbl
impl UnwindSafe for IDWriteFontFace2_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more