Struct windows::Win32::Graphics::DirectWrite::IDWriteFontFaceReference
pub struct IDWriteFontFaceReference(/* private fields */);
Implementations§
§impl IDWriteFontFaceReference
impl IDWriteFontFaceReference
pub unsafe fn CreateFontFace(&self) -> Result<IDWriteFontFace3>
pub unsafe fn CreateFontFaceWithSimulations( &self, fontfacesimulationflags: DWRITE_FONT_SIMULATIONS, ) -> Result<IDWriteFontFace3>
pub unsafe fn Equals<P0>(&self, fontfacereference: P0) -> BOOLwhere
P0: Param<IDWriteFontFaceReference>,
pub unsafe fn GetFontFaceIndex(&self) -> u32
pub unsafe fn GetSimulations(&self) -> DWRITE_FONT_SIMULATIONS
pub unsafe fn GetFontFile(&self) -> Result<IDWriteFontFile>
pub unsafe fn GetLocalFileSize(&self) -> u64
pub unsafe fn GetFileSize(&self) -> u64
pub unsafe fn GetFileTime(&self) -> Result<FILETIME>
pub unsafe fn GetLocality(&self) -> DWRITE_LOCALITY
pub unsafe fn EnqueueFontDownloadRequest(&self) -> Result<()>
pub unsafe fn EnqueueCharacterDownloadRequest( &self, characters: &[u16], ) -> Result<()>
pub unsafe fn EnqueueGlyphDownloadRequest( &self, glyphindices: &[u16], ) -> Result<()>
pub unsafe fn EnqueueFileFragmentDownloadRequest( &self, fileoffset: u64, fragmentsize: u64, ) -> Result<()>
Trait Implementations§
§impl CanInto<IDWriteFontFaceReference> for IDWriteFontFaceReference1
impl CanInto<IDWriteFontFaceReference> for IDWriteFontFaceReference1
§impl CanInto<IUnknown> for IDWriteFontFaceReference
impl CanInto<IUnknown> for IDWriteFontFaceReference
§impl Clone for IDWriteFontFaceReference
impl Clone for IDWriteFontFaceReference
§fn clone(&self) -> IDWriteFontFaceReference
fn clone(&self) -> IDWriteFontFaceReference
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 IDWriteFontFaceReference
impl Debug for IDWriteFontFaceReference
§impl Deref for IDWriteFontFaceReference
impl Deref for IDWriteFontFaceReference
§impl From<&IDWriteFontFaceReference> for &IUnknown
impl From<&IDWriteFontFaceReference> for &IUnknown
§fn from(value: &IDWriteFontFaceReference) -> Self
fn from(value: &IDWriteFontFaceReference) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFaceReference1> for &IDWriteFontFaceReference
impl From<&IDWriteFontFaceReference1> for &IDWriteFontFaceReference
§fn from(value: &IDWriteFontFaceReference1) -> Self
fn from(value: &IDWriteFontFaceReference1) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFaceReference> for IUnknown
impl From<IDWriteFontFaceReference> for IUnknown
§fn from(value: IDWriteFontFaceReference) -> Self
fn from(value: IDWriteFontFaceReference) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFaceReference1> for IDWriteFontFaceReference
impl From<IDWriteFontFaceReference1> for IDWriteFontFaceReference
§fn from(value: IDWriteFontFaceReference1) -> Self
fn from(value: IDWriteFontFaceReference1) -> Self
Converts to this type from the input type.
§impl Interface for IDWriteFontFaceReference
impl Interface for IDWriteFontFaceReference
§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 IDWriteFontFaceReference
impl PartialEq for IDWriteFontFaceReference
§fn eq(&self, other: &IDWriteFontFaceReference) -> bool
fn eq(&self, other: &IDWriteFontFaceReference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IDWriteFontFaceReference
impl Send for IDWriteFontFaceReference
impl StructuralPartialEq for IDWriteFontFaceReference
impl Sync for IDWriteFontFaceReference
Auto Trait Implementations§
impl Freeze for IDWriteFontFaceReference
impl RefUnwindSafe for IDWriteFontFaceReference
impl Unpin for IDWriteFontFaceReference
impl UnwindSafe for IDWriteFontFaceReference
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
)