#[repr(C)]pub struct IDWriteFontFallbackBuilder {
pub lpVtbl: *const IDWriteFontFallbackBuilderVtbl,
}
Fields§
§lpVtbl: *const IDWriteFontFallbackBuilderVtbl
Implementations§
Source§impl IDWriteFontFallbackBuilder
impl IDWriteFontFallbackBuilder
pub unsafe fn AddMapping( &self, ranges: *const DWRITE_UNICODE_RANGE, rangesCount: UINT32, targetFamilyNames: *mut *const WCHAR, targetFamilyNamesCount: UINT32, fontCollection: *mut IDWriteFontCollection, localeName: *const WCHAR, baseFamilyName: *const WCHAR, scale: FLOAT, ) -> HRESULT
pub unsafe fn AddMappings( &self, fontFallback: *mut IDWriteFontFallback, ) -> HRESULT
pub unsafe fn CreateFontFallback( &self, fontFallback: *mut *mut IDWriteFontFallback, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IDWriteFontFallbackBuilder
impl Deref for IDWriteFontFallbackBuilder
Auto Trait Implementations§
impl Freeze for IDWriteFontFallbackBuilder
impl RefUnwindSafe for IDWriteFontFallbackBuilder
impl !Send for IDWriteFontFallbackBuilder
impl !Sync for IDWriteFontFallbackBuilder
impl Unpin for IDWriteFontFallbackBuilder
impl UnwindSafe for IDWriteFontFallbackBuilder
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