Struct windows::Win32::Graphics::DirectWrite::IDWriteFontSet1_Vtbl
#[repr(C)]pub struct IDWriteFontSet1_Vtbl {Show 14 fields
pub base__: IDWriteFontSet_Vtbl,
pub GetMatchingFonts: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_PROPERTY, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetFirstFontResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFilteredFonts: unsafe extern "system" fn(_: *mut c_void, _: *const u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetFilteredFonts2: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_AXIS_RANGE, _: u32, _: BOOL, _: *mut *mut c_void) -> HRESULT,
pub GetFilteredFonts3: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_PROPERTY, _: u32, _: BOOL, _: *mut *mut c_void) -> HRESULT,
pub GetFilteredFontIndices: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_AXIS_RANGE, _: u32, _: BOOL, _: *mut u32, _: u32, _: *mut u32) -> HRESULT,
pub GetFilteredFontIndices2: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_PROPERTY, _: u32, _: BOOL, _: *mut u32, _: u32, _: *mut u32) -> HRESULT,
pub GetFontAxisRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_FONT_AXIS_RANGE, _: u32, _: *mut u32) -> HRESULT,
pub GetFontAxisRanges2: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_AXIS_RANGE, _: u32, _: *mut u32) -> HRESULT,
pub GetFontFaceReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateFontResource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateFontFace: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetFontLocality: unsafe extern "system" fn(_: *mut c_void, _: u32) -> DWRITE_LOCALITY,
}
Fields§
§base__: IDWriteFontSet_Vtbl
§GetMatchingFonts: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_PROPERTY, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: *mut *mut c_void) -> HRESULT
§GetFirstFontResources: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetFilteredFonts: unsafe extern "system" fn(_: *mut c_void, _: *const u32, _: u32, _: *mut *mut c_void) -> HRESULT
§GetFilteredFonts2: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_AXIS_RANGE, _: u32, _: BOOL, _: *mut *mut c_void) -> HRESULT
§GetFilteredFonts3: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_PROPERTY, _: u32, _: BOOL, _: *mut *mut c_void) -> HRESULT
§GetFilteredFontIndices: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_AXIS_RANGE, _: u32, _: BOOL, _: *mut u32, _: u32, _: *mut u32) -> HRESULT
§GetFilteredFontIndices2: unsafe extern "system" fn(_: *mut c_void, _: *const DWRITE_FONT_PROPERTY, _: u32, _: BOOL, _: *mut u32, _: u32, _: *mut u32) -> HRESULT
§GetFontAxisRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_FONT_AXIS_RANGE, _: u32, _: *mut u32) -> HRESULT
§GetFontAxisRanges2: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_AXIS_RANGE, _: u32, _: *mut u32) -> HRESULT
§GetFontFaceReference: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§CreateFontResource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§CreateFontFace: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetFontLocality: unsafe extern "system" fn(_: *mut c_void, _: u32) -> DWRITE_LOCALITY
Implementations§
§impl IDWriteFontSet1_Vtbl
impl IDWriteFontSet1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontSet1_Vtblwhere
Identity: IDWriteFontSet1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontSet1_Vtbl
impl RefUnwindSafe for IDWriteFontSet1_Vtbl
impl Send for IDWriteFontSet1_Vtbl
impl Sync for IDWriteFontSet1_Vtbl
impl Unpin for IDWriteFontSet1_Vtbl
impl UnwindSafe for IDWriteFontSet1_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