#[repr(C)]pub struct IDWriteFontFallback {
pub lpVtbl: *const IDWriteFontFallbackVtbl,
}
Fields§
§lpVtbl: *const IDWriteFontFallbackVtbl
Implementations§
Source§impl IDWriteFontFallback
impl IDWriteFontFallback
pub unsafe fn MapCharacters( &self, analysisSource: *mut IDWriteTextAnalysisSource, textPosition: UINT32, textLength: UINT32, baseFontCollection: *mut IDWriteFontCollection, baseFamilyName: *mut wchar_t, baseWeight: DWRITE_FONT_WEIGHT, baseStyle: DWRITE_FONT_STYLE, baseStretch: DWRITE_FONT_STRETCH, mappedLength: *mut UINT32, mappedFont: *mut *mut IDWriteFont, scale: *mut FLOAT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IDWriteFontFallback
impl Deref for IDWriteFontFallback
Auto Trait Implementations§
impl Freeze for IDWriteFontFallback
impl RefUnwindSafe for IDWriteFontFallback
impl !Send for IDWriteFontFallback
impl !Sync for IDWriteFontFallback
impl Unpin for IDWriteFontFallback
impl UnwindSafe for IDWriteFontFallback
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