pub struct IDWriteFontFallbackBuilder(/* private fields */);Implementations§
Source§impl IDWriteFontFallbackBuilder
impl IDWriteFontFallbackBuilder
pub unsafe fn AddMapping<'a, Param4: IntoParam<'a, IDWriteFontCollection>, Param5: IntoParam<'a, PWSTR>, Param6: IntoParam<'a, PWSTR>>( &self, ranges: *const DWRITE_UNICODE_RANGE, rangescount: u32, targetfamilynames: *const *const u16, targetfamilynamescount: u32, fontcollection: Param4, localename: Param5, basefamilyname: Param6, scale: f32, ) -> Result<()>
pub unsafe fn AddMappings<'a, Param0: IntoParam<'a, IDWriteFontFallback>>( &self, fontfallback: Param0, ) -> Result<()>
pub unsafe fn CreateFontFallback(&self) -> Result<IDWriteFontFallback>
Trait Implementations§
Source§impl Clone for IDWriteFontFallbackBuilder
impl Clone for IDWriteFontFallbackBuilder
Source§fn clone(&self) -> IDWriteFontFallbackBuilder
fn clone(&self) -> IDWriteFontFallbackBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IDWriteFontFallbackBuilder
impl Debug for IDWriteFontFallbackBuilder
Source§impl From<&IDWriteFontFallbackBuilder> for IUnknown
impl From<&IDWriteFontFallbackBuilder> for IUnknown
Source§fn from(value: &IDWriteFontFallbackBuilder) -> Self
fn from(value: &IDWriteFontFallbackBuilder) -> Self
Converts to this type from the input type.
Source§impl From<IDWriteFontFallbackBuilder> for IUnknown
impl From<IDWriteFontFallbackBuilder> for IUnknown
Source§fn from(value: IDWriteFontFallbackBuilder) -> Self
fn from(value: IDWriteFontFallbackBuilder) -> Self
Converts to this type from the input type.
Source§impl Interface for IDWriteFontFallbackBuilder
impl Interface for IDWriteFontFallbackBuilder
impl Eq for IDWriteFontFallbackBuilder
impl StructuralPartialEq 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