Struct windows::Win32::Graphics::DirectWrite::IDWriteFontSet4_Vtbl
#[repr(C)]pub struct IDWriteFontSet4_Vtbl {
pub base__: IDWriteFontSet3_Vtbl,
pub ConvertWeightStretchStyleToFontAxisValues: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: DWRITE_FONT_WEIGHT, _: DWRITE_FONT_STRETCH, _: DWRITE_FONT_STYLE, _: f32, _: *mut DWRITE_FONT_AXIS_VALUE) -> u32,
pub GetMatchingFonts: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: DWRITE_FONT_SIMULATIONS, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDWriteFontSet3_Vtbl
§ConvertWeightStretchStyleToFontAxisValues: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: DWRITE_FONT_WEIGHT, _: DWRITE_FONT_STRETCH, _: DWRITE_FONT_STYLE, _: f32, _: *mut DWRITE_FONT_AXIS_VALUE) -> u32
§GetMatchingFonts: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: DWRITE_FONT_SIMULATIONS, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDWriteFontSet4_Vtbl
impl IDWriteFontSet4_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontSet4_Vtblwhere
Identity: IDWriteFontSet4_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontSet4_Vtbl
impl RefUnwindSafe for IDWriteFontSet4_Vtbl
impl Send for IDWriteFontSet4_Vtbl
impl Sync for IDWriteFontSet4_Vtbl
impl Unpin for IDWriteFontSet4_Vtbl
impl UnwindSafe for IDWriteFontSet4_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