Struct windows::Win32::Graphics::DirectWrite::IDWriteFontFace
pub struct IDWriteFontFace(/* private fields */);
Implementations§
§impl IDWriteFontFace
impl IDWriteFontFace
pub unsafe fn GetType(&self) -> DWRITE_FONT_FACE_TYPE
pub unsafe fn GetFiles( &self, numberoffiles: *mut u32, fontfiles: Option<*mut Option<IDWriteFontFile>>, ) -> Result<()>
pub unsafe fn GetIndex(&self) -> u32
pub unsafe fn GetSimulations(&self) -> DWRITE_FONT_SIMULATIONS
pub unsafe fn IsSymbolFont(&self) -> BOOL
pub unsafe fn GetMetrics(&self, fontfacemetrics: *mut DWRITE_FONT_METRICS)
pub unsafe fn GetGlyphCount(&self) -> u16
pub unsafe fn GetDesignGlyphMetrics<P0>(
&self,
glyphindices: *const u16,
glyphcount: u32,
glyphmetrics: *mut DWRITE_GLYPH_METRICS,
issideways: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetGlyphIndices( &self, codepoints: *const u32, codepointcount: u32, glyphindices: *mut u16, ) -> Result<()>
pub unsafe fn TryGetFontTable( &self, opentypetabletag: u32, tabledata: *mut *mut c_void, tablesize: *mut u32, tablecontext: *mut *mut c_void, exists: *mut BOOL, ) -> Result<()>
pub unsafe fn ReleaseFontTable(&self, tablecontext: *const c_void)
pub unsafe fn GetGlyphRunOutline<P0, P1, P2>( &self, emsize: f32, glyphindices: *const u16, glyphadvances: Option<*const f32>, glyphoffsets: Option<*const DWRITE_GLYPH_OFFSET>, glyphcount: u32, issideways: P0, isrighttoleft: P1, geometrysink: P2, ) -> Result<()>
pub unsafe fn GetRecommendedRenderingMode<P0>(
&self,
emsize: f32,
pixelsperdip: f32,
measuringmode: DWRITE_MEASURING_MODE,
renderingparams: P0,
) -> Result<DWRITE_RENDERING_MODE>where
P0: Param<IDWriteRenderingParams>,
pub unsafe fn GetGdiCompatibleMetrics( &self, emsize: f32, pixelsperdip: f32, transform: Option<*const DWRITE_MATRIX>, fontfacemetrics: *mut DWRITE_FONT_METRICS, ) -> Result<()>
pub unsafe fn GetGdiCompatibleGlyphMetrics<P0, P1>( &self, emsize: f32, pixelsperdip: f32, transform: Option<*const DWRITE_MATRIX>, usegdinatural: P0, glyphindices: *const u16, glyphcount: u32, glyphmetrics: *mut DWRITE_GLYPH_METRICS, issideways: P1, ) -> Result<()>
Trait Implementations§
§impl CanInto<IDWriteFontFace> for IDWriteFontFace1
impl CanInto<IDWriteFontFace> for IDWriteFontFace1
§impl CanInto<IDWriteFontFace> for IDWriteFontFace2
impl CanInto<IDWriteFontFace> for IDWriteFontFace2
§impl CanInto<IDWriteFontFace> for IDWriteFontFace3
impl CanInto<IDWriteFontFace> for IDWriteFontFace3
§impl CanInto<IDWriteFontFace> for IDWriteFontFace4
impl CanInto<IDWriteFontFace> for IDWriteFontFace4
§impl CanInto<IDWriteFontFace> for IDWriteFontFace5
impl CanInto<IDWriteFontFace> for IDWriteFontFace5
§impl CanInto<IDWriteFontFace> for IDWriteFontFace6
impl CanInto<IDWriteFontFace> for IDWriteFontFace6
§impl CanInto<IDWriteFontFace> for IDWriteFontFace7
impl CanInto<IDWriteFontFace> for IDWriteFontFace7
§impl CanInto<IUnknown> for IDWriteFontFace
impl CanInto<IUnknown> for IDWriteFontFace
§impl Clone for IDWriteFontFace
impl Clone for IDWriteFontFace
§fn clone(&self) -> IDWriteFontFace
fn clone(&self) -> IDWriteFontFace
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 IDWriteFontFace
impl Debug for IDWriteFontFace
§impl Deref for IDWriteFontFace
impl Deref for IDWriteFontFace
§impl From<&IDWriteFontFace> for &IUnknown
impl From<&IDWriteFontFace> for &IUnknown
§fn from(value: &IDWriteFontFace) -> Self
fn from(value: &IDWriteFontFace) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace1> for &IDWriteFontFace
impl From<&IDWriteFontFace1> for &IDWriteFontFace
§fn from(value: &IDWriteFontFace1) -> Self
fn from(value: &IDWriteFontFace1) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace2> for &IDWriteFontFace
impl From<&IDWriteFontFace2> for &IDWriteFontFace
§fn from(value: &IDWriteFontFace2) -> Self
fn from(value: &IDWriteFontFace2) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace3> for &IDWriteFontFace
impl From<&IDWriteFontFace3> for &IDWriteFontFace
§fn from(value: &IDWriteFontFace3) -> Self
fn from(value: &IDWriteFontFace3) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace4> for &IDWriteFontFace
impl From<&IDWriteFontFace4> for &IDWriteFontFace
§fn from(value: &IDWriteFontFace4) -> Self
fn from(value: &IDWriteFontFace4) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace5> for &IDWriteFontFace
impl From<&IDWriteFontFace5> for &IDWriteFontFace
§fn from(value: &IDWriteFontFace5) -> Self
fn from(value: &IDWriteFontFace5) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace6> for &IDWriteFontFace
impl From<&IDWriteFontFace6> for &IDWriteFontFace
§fn from(value: &IDWriteFontFace6) -> Self
fn from(value: &IDWriteFontFace6) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace7> for &IDWriteFontFace
impl From<&IDWriteFontFace7> for &IDWriteFontFace
§fn from(value: &IDWriteFontFace7) -> Self
fn from(value: &IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace> for IUnknown
impl From<IDWriteFontFace> for IUnknown
§fn from(value: IDWriteFontFace) -> Self
fn from(value: IDWriteFontFace) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace1> for IDWriteFontFace
impl From<IDWriteFontFace1> for IDWriteFontFace
§fn from(value: IDWriteFontFace1) -> Self
fn from(value: IDWriteFontFace1) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace2> for IDWriteFontFace
impl From<IDWriteFontFace2> for IDWriteFontFace
§fn from(value: IDWriteFontFace2) -> Self
fn from(value: IDWriteFontFace2) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace3> for IDWriteFontFace
impl From<IDWriteFontFace3> for IDWriteFontFace
§fn from(value: IDWriteFontFace3) -> Self
fn from(value: IDWriteFontFace3) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace4> for IDWriteFontFace
impl From<IDWriteFontFace4> for IDWriteFontFace
§fn from(value: IDWriteFontFace4) -> Self
fn from(value: IDWriteFontFace4) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace5> for IDWriteFontFace
impl From<IDWriteFontFace5> for IDWriteFontFace
§fn from(value: IDWriteFontFace5) -> Self
fn from(value: IDWriteFontFace5) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace6> for IDWriteFontFace
impl From<IDWriteFontFace6> for IDWriteFontFace
§fn from(value: IDWriteFontFace6) -> Self
fn from(value: IDWriteFontFace6) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace7> for IDWriteFontFace
impl From<IDWriteFontFace7> for IDWriteFontFace
§fn from(value: IDWriteFontFace7) -> Self
fn from(value: IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl Interface for IDWriteFontFace
impl Interface for IDWriteFontFace
§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 IDWriteFontFace
impl PartialEq for IDWriteFontFace
§fn eq(&self, other: &IDWriteFontFace) -> bool
fn eq(&self, other: &IDWriteFontFace) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IDWriteFontFace
impl Send for IDWriteFontFace
impl StructuralPartialEq for IDWriteFontFace
impl Sync for IDWriteFontFace
Auto Trait Implementations§
impl Freeze for IDWriteFontFace
impl RefUnwindSafe for IDWriteFontFace
impl Unpin for IDWriteFontFace
impl UnwindSafe for IDWriteFontFace
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
)