Struct windows::Win32::Graphics::DirectWrite::IDWriteFontSetBuilder2
pub struct IDWriteFontSetBuilder2(/* private fields */);
Implementations§
§impl IDWriteFontSetBuilder2
impl IDWriteFontSetBuilder2
pub unsafe fn AddFont<P0>(
&self,
fontfile: P0,
fontfaceindex: u32,
fontsimulations: DWRITE_FONT_SIMULATIONS,
fontaxisvalues: &[DWRITE_FONT_AXIS_VALUE],
fontaxisranges: &[DWRITE_FONT_AXIS_RANGE],
properties: &[DWRITE_FONT_PROPERTY],
) -> Result<()>where
P0: Param<IDWriteFontFile>,
pub unsafe fn AddFontFile<P0>(&self, filepath: P0) -> Result<()>where
P0: Param<PCWSTR>,
Methods from Deref<Target = IDWriteFontSetBuilder1>§
pub unsafe fn AddFontFile<P0>(&self, fontfile: P0) -> Result<()>where
P0: Param<IDWriteFontFile>,
Methods from Deref<Target = IDWriteFontSetBuilder>§
pub unsafe fn AddFontFaceReference<P0>(
&self,
fontfacereference: P0,
properties: &[DWRITE_FONT_PROPERTY],
) -> Result<()>where
P0: Param<IDWriteFontFaceReference>,
pub unsafe fn AddFontFaceReference2<P0>(
&self,
fontfacereference: P0,
) -> Result<()>where
P0: Param<IDWriteFontFaceReference>,
pub unsafe fn AddFontSet<P0>(&self, fontset: P0) -> Result<()>where
P0: Param<IDWriteFontSet>,
pub unsafe fn CreateFontSet(&self) -> Result<IDWriteFontSet>
Trait Implementations§
§impl CanInto<IDWriteFontSetBuilder> for IDWriteFontSetBuilder2
impl CanInto<IDWriteFontSetBuilder> for IDWriteFontSetBuilder2
§impl CanInto<IDWriteFontSetBuilder1> for IDWriteFontSetBuilder2
impl CanInto<IDWriteFontSetBuilder1> for IDWriteFontSetBuilder2
§impl CanInto<IUnknown> for IDWriteFontSetBuilder2
impl CanInto<IUnknown> for IDWriteFontSetBuilder2
§impl Clone for IDWriteFontSetBuilder2
impl Clone for IDWriteFontSetBuilder2
§fn clone(&self) -> IDWriteFontSetBuilder2
fn clone(&self) -> IDWriteFontSetBuilder2
Returns a copy 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 more§impl Debug for IDWriteFontSetBuilder2
impl Debug for IDWriteFontSetBuilder2
§impl Deref for IDWriteFontSetBuilder2
impl Deref for IDWriteFontSetBuilder2
§impl From<&IDWriteFontSetBuilder2> for &IDWriteFontSetBuilder
impl From<&IDWriteFontSetBuilder2> for &IDWriteFontSetBuilder
§fn from(value: &IDWriteFontSetBuilder2) -> Self
fn from(value: &IDWriteFontSetBuilder2) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontSetBuilder2> for &IDWriteFontSetBuilder1
impl From<&IDWriteFontSetBuilder2> for &IDWriteFontSetBuilder1
§fn from(value: &IDWriteFontSetBuilder2) -> Self
fn from(value: &IDWriteFontSetBuilder2) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontSetBuilder2> for &IUnknown
impl From<&IDWriteFontSetBuilder2> for &IUnknown
§fn from(value: &IDWriteFontSetBuilder2) -> Self
fn from(value: &IDWriteFontSetBuilder2) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontSetBuilder2> for IDWriteFontSetBuilder
impl From<IDWriteFontSetBuilder2> for IDWriteFontSetBuilder
§fn from(value: IDWriteFontSetBuilder2) -> Self
fn from(value: IDWriteFontSetBuilder2) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontSetBuilder2> for IDWriteFontSetBuilder1
impl From<IDWriteFontSetBuilder2> for IDWriteFontSetBuilder1
§fn from(value: IDWriteFontSetBuilder2) -> Self
fn from(value: IDWriteFontSetBuilder2) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontSetBuilder2> for IUnknown
impl From<IDWriteFontSetBuilder2> for IUnknown
§fn from(value: IDWriteFontSetBuilder2) -> Self
fn from(value: IDWriteFontSetBuilder2) -> Self
Converts to this type from the input type.
§impl Interface for IDWriteFontSetBuilder2
impl Interface for IDWriteFontSetBuilder2
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IDWriteFontSetBuilder2
impl PartialEq for IDWriteFontSetBuilder2
§fn eq(&self, other: &IDWriteFontSetBuilder2) -> bool
fn eq(&self, other: &IDWriteFontSetBuilder2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IDWriteFontSetBuilder2
impl Send for IDWriteFontSetBuilder2
impl StructuralPartialEq for IDWriteFontSetBuilder2
impl Sync for IDWriteFontSetBuilder2
Auto Trait Implementations§
impl Freeze for IDWriteFontSetBuilder2
impl RefUnwindSafe for IDWriteFontSetBuilder2
impl Unpin for IDWriteFontSetBuilder2
impl UnwindSafe for IDWriteFontSetBuilder2
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)