Struct windows::Win32::Graphics::DirectWrite::IDWriteFontFace1_Vtbl
#[repr(C)]pub struct IDWriteFontFace1_Vtbl {Show 13 fields
pub base__: IDWriteFontFace_Vtbl,
pub GetMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_METRICS1),
pub GetGdiCompatibleMetrics: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: *const DWRITE_MATRIX, _: *mut DWRITE_FONT_METRICS1) -> HRESULT,
pub GetCaretMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_CARET_METRICS),
pub GetUnicodeRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_UNICODE_RANGE, _: *mut u32) -> HRESULT,
pub IsMonospacedFont: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub GetDesignGlyphAdvances: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut i32, _: BOOL) -> HRESULT,
pub GetGdiCompatibleGlyphAdvances: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: BOOL, _: u32, _: *const u16, _: *mut i32) -> HRESULT,
pub GetKerningPairAdjustments: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut i32) -> HRESULT,
pub HasKerningPairs: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub GetRecommendedRenderingMode: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: DWRITE_OUTLINE_THRESHOLD, _: DWRITE_MEASURING_MODE, _: *mut DWRITE_RENDERING_MODE) -> HRESULT,
pub GetVerticalGlyphVariants: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut u16) -> HRESULT,
pub HasVerticalGlyphVariants: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
}
Fields§
§base__: IDWriteFontFace_Vtbl
§GetMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_METRICS1)
§GetGdiCompatibleMetrics: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: *const DWRITE_MATRIX, _: *mut DWRITE_FONT_METRICS1) -> HRESULT
§GetCaretMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_CARET_METRICS)
§GetUnicodeRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_UNICODE_RANGE, _: *mut u32) -> HRESULT
§IsMonospacedFont: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§GetDesignGlyphAdvances: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut i32, _: BOOL) -> HRESULT
§GetGdiCompatibleGlyphAdvances: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: BOOL, _: u32, _: *const u16, _: *mut i32) -> HRESULT
§GetKerningPairAdjustments: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut i32) -> HRESULT
§HasKerningPairs: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§GetRecommendedRenderingMode: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: DWRITE_OUTLINE_THRESHOLD, _: DWRITE_MEASURING_MODE, _: *mut DWRITE_RENDERING_MODE) -> HRESULT
§GetVerticalGlyphVariants: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut u16) -> HRESULT
§HasVerticalGlyphVariants: unsafe extern "system" fn(_: *mut c_void) -> BOOL
Implementations§
§impl IDWriteFontFace1_Vtbl
impl IDWriteFontFace1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontFace1_Vtblwhere
Identity: IDWriteFontFace1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontFace1_Vtbl
impl RefUnwindSafe for IDWriteFontFace1_Vtbl
impl Send for IDWriteFontFace1_Vtbl
impl Sync for IDWriteFontFace1_Vtbl
impl Unpin for IDWriteFontFace1_Vtbl
impl UnwindSafe for IDWriteFontFace1_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