Struct windows::Win32::Graphics::DirectWrite::IDWriteFactory2
pub struct IDWriteFactory2(/* private fields */);
Implementations§
§impl IDWriteFactory2
impl IDWriteFactory2
pub unsafe fn GetSystemFontFallback(&self) -> Result<IDWriteFontFallback>
pub unsafe fn CreateFontFallbackBuilder( &self, ) -> Result<IDWriteFontFallbackBuilder>
pub unsafe fn TranslateColorGlyphRun( &self, baselineoriginx: f32, baselineoriginy: f32, glyphrun: *const DWRITE_GLYPH_RUN, glyphrundescription: Option<*const DWRITE_GLYPH_RUN_DESCRIPTION>, measuringmode: DWRITE_MEASURING_MODE, worldtodevicetransform: Option<*const DWRITE_MATRIX>, colorpaletteindex: u32, ) -> Result<IDWriteColorGlyphRunEnumerator>
pub unsafe fn CreateCustomRenderingParams( &self, gamma: f32, enhancedcontrast: f32, grayscaleenhancedcontrast: f32, cleartypelevel: f32, pixelgeometry: DWRITE_PIXEL_GEOMETRY, renderingmode: DWRITE_RENDERING_MODE, gridfitmode: DWRITE_GRID_FIT_MODE, ) -> Result<IDWriteRenderingParams2>
pub unsafe fn CreateGlyphRunAnalysis( &self, glyphrun: *const DWRITE_GLYPH_RUN, transform: Option<*const DWRITE_MATRIX>, renderingmode: DWRITE_RENDERING_MODE, measuringmode: DWRITE_MEASURING_MODE, gridfitmode: DWRITE_GRID_FIT_MODE, antialiasmode: DWRITE_TEXT_ANTIALIAS_MODE, baselineoriginx: f32, baselineoriginy: f32, ) -> Result<IDWriteGlyphRunAnalysis>
Methods from Deref<Target = IDWriteFactory1>§
pub unsafe fn GetEudcFontCollection<P0>(
&self,
fontcollection: *mut Option<IDWriteFontCollection>,
checkforupdates: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn CreateCustomRenderingParams( &self, gamma: f32, enhancedcontrast: f32, enhancedcontrastgrayscale: f32, cleartypelevel: f32, pixelgeometry: DWRITE_PIXEL_GEOMETRY, renderingmode: DWRITE_RENDERING_MODE, ) -> Result<IDWriteRenderingParams1>
Methods from Deref<Target = IDWriteFactory>§
pub unsafe fn GetSystemFontCollection<P0>(
&self,
fontcollection: *mut Option<IDWriteFontCollection>,
checkforupdates: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn CreateCustomFontCollection<P0>(
&self,
collectionloader: P0,
collectionkey: *const c_void,
collectionkeysize: u32,
) -> Result<IDWriteFontCollection>where
P0: Param<IDWriteFontCollectionLoader>,
pub unsafe fn RegisterFontCollectionLoader<P0>(
&self,
fontcollectionloader: P0,
) -> Result<()>where
P0: Param<IDWriteFontCollectionLoader>,
pub unsafe fn UnregisterFontCollectionLoader<P0>(
&self,
fontcollectionloader: P0,
) -> Result<()>where
P0: Param<IDWriteFontCollectionLoader>,
pub unsafe fn CreateFontFileReference<P0>(
&self,
filepath: P0,
lastwritetime: Option<*const FILETIME>,
) -> Result<IDWriteFontFile>where
P0: Param<PCWSTR>,
pub unsafe fn CreateCustomFontFileReference<P0>(
&self,
fontfilereferencekey: *const c_void,
fontfilereferencekeysize: u32,
fontfileloader: P0,
) -> Result<IDWriteFontFile>where
P0: Param<IDWriteFontFileLoader>,
pub unsafe fn CreateFontFace( &self, fontfacetype: DWRITE_FONT_FACE_TYPE, fontfiles: &[Option<IDWriteFontFile>], faceindex: u32, fontfacesimulationflags: DWRITE_FONT_SIMULATIONS, ) -> Result<IDWriteFontFace>
pub unsafe fn CreateRenderingParams(&self) -> Result<IDWriteRenderingParams>
pub unsafe fn CreateMonitorRenderingParams<P0>(
&self,
monitor: P0,
) -> Result<IDWriteRenderingParams>where
P0: Param<HMONITOR>,
pub unsafe fn CreateCustomRenderingParams( &self, gamma: f32, enhancedcontrast: f32, cleartypelevel: f32, pixelgeometry: DWRITE_PIXEL_GEOMETRY, renderingmode: DWRITE_RENDERING_MODE, ) -> Result<IDWriteRenderingParams>
pub unsafe fn RegisterFontFileLoader<P0>(
&self,
fontfileloader: P0,
) -> Result<()>where
P0: Param<IDWriteFontFileLoader>,
pub unsafe fn UnregisterFontFileLoader<P0>(
&self,
fontfileloader: P0,
) -> Result<()>where
P0: Param<IDWriteFontFileLoader>,
pub unsafe fn CreateTextFormat<P0, P1, P2>(
&self,
fontfamilyname: P0,
fontcollection: P1,
fontweight: DWRITE_FONT_WEIGHT,
fontstyle: DWRITE_FONT_STYLE,
fontstretch: DWRITE_FONT_STRETCH,
fontsize: f32,
localename: P2,
) -> Result<IDWriteTextFormat>where
P0: Param<PCWSTR>,
P1: Param<IDWriteFontCollection>,
P2: Param<PCWSTR>,
pub unsafe fn CreateTypography(&self) -> Result<IDWriteTypography>
pub unsafe fn GetGdiInterop(&self) -> Result<IDWriteGdiInterop>
pub unsafe fn CreateTextLayout<P0>(
&self,
string: &[u16],
textformat: P0,
maxwidth: f32,
maxheight: f32,
) -> Result<IDWriteTextLayout>where
P0: Param<IDWriteTextFormat>,
pub unsafe fn CreateGdiCompatibleTextLayout<P0, P1>(
&self,
string: &[u16],
textformat: P0,
layoutwidth: f32,
layoutheight: f32,
pixelsperdip: f32,
transform: Option<*const DWRITE_MATRIX>,
usegdinatural: P1,
) -> Result<IDWriteTextLayout>where
P0: Param<IDWriteTextFormat>,
P1: Param<BOOL>,
pub unsafe fn CreateEllipsisTrimmingSign<P0>(
&self,
textformat: P0,
) -> Result<IDWriteInlineObject>where
P0: Param<IDWriteTextFormat>,
pub unsafe fn CreateTextAnalyzer(&self) -> Result<IDWriteTextAnalyzer>
pub unsafe fn CreateNumberSubstitution<P0, P1>(
&self,
substitutionmethod: DWRITE_NUMBER_SUBSTITUTION_METHOD,
localename: P0,
ignoreuseroverride: P1,
) -> Result<IDWriteNumberSubstitution>where
P0: Param<PCWSTR>,
P1: Param<BOOL>,
pub unsafe fn CreateGlyphRunAnalysis( &self, glyphrun: *const DWRITE_GLYPH_RUN, pixelsperdip: f32, transform: Option<*const DWRITE_MATRIX>, renderingmode: DWRITE_RENDERING_MODE, measuringmode: DWRITE_MEASURING_MODE, baselineoriginx: f32, baselineoriginy: f32, ) -> Result<IDWriteGlyphRunAnalysis>
Trait Implementations§
§impl CanInto<IDWriteFactory> for IDWriteFactory2
impl CanInto<IDWriteFactory> for IDWriteFactory2
§impl CanInto<IDWriteFactory1> for IDWriteFactory2
impl CanInto<IDWriteFactory1> for IDWriteFactory2
§impl CanInto<IDWriteFactory2> for IDWriteFactory3
impl CanInto<IDWriteFactory2> for IDWriteFactory3
§impl CanInto<IDWriteFactory2> for IDWriteFactory4
impl CanInto<IDWriteFactory2> for IDWriteFactory4
§impl CanInto<IDWriteFactory2> for IDWriteFactory5
impl CanInto<IDWriteFactory2> for IDWriteFactory5
§impl CanInto<IDWriteFactory2> for IDWriteFactory6
impl CanInto<IDWriteFactory2> for IDWriteFactory6
§impl CanInto<IDWriteFactory2> for IDWriteFactory7
impl CanInto<IDWriteFactory2> for IDWriteFactory7
§impl CanInto<IDWriteFactory2> for IDWriteFactory8
impl CanInto<IDWriteFactory2> for IDWriteFactory8
§impl CanInto<IUnknown> for IDWriteFactory2
impl CanInto<IUnknown> for IDWriteFactory2
§impl Clone for IDWriteFactory2
impl Clone for IDWriteFactory2
§fn clone(&self) -> IDWriteFactory2
fn clone(&self) -> IDWriteFactory2
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 IDWriteFactory2
impl Debug for IDWriteFactory2
§impl Deref for IDWriteFactory2
impl Deref for IDWriteFactory2
§impl From<&IDWriteFactory2> for &IDWriteFactory
impl From<&IDWriteFactory2> for &IDWriteFactory
§fn from(value: &IDWriteFactory2) -> Self
fn from(value: &IDWriteFactory2) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFactory2> for &IDWriteFactory1
impl From<&IDWriteFactory2> for &IDWriteFactory1
§fn from(value: &IDWriteFactory2) -> Self
fn from(value: &IDWriteFactory2) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFactory2> for &IUnknown
impl From<&IDWriteFactory2> for &IUnknown
§fn from(value: &IDWriteFactory2) -> Self
fn from(value: &IDWriteFactory2) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFactory3> for &IDWriteFactory2
impl From<&IDWriteFactory3> for &IDWriteFactory2
§fn from(value: &IDWriteFactory3) -> Self
fn from(value: &IDWriteFactory3) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFactory4> for &IDWriteFactory2
impl From<&IDWriteFactory4> for &IDWriteFactory2
§fn from(value: &IDWriteFactory4) -> Self
fn from(value: &IDWriteFactory4) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFactory5> for &IDWriteFactory2
impl From<&IDWriteFactory5> for &IDWriteFactory2
§fn from(value: &IDWriteFactory5) -> Self
fn from(value: &IDWriteFactory5) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFactory6> for &IDWriteFactory2
impl From<&IDWriteFactory6> for &IDWriteFactory2
§fn from(value: &IDWriteFactory6) -> Self
fn from(value: &IDWriteFactory6) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFactory7> for &IDWriteFactory2
impl From<&IDWriteFactory7> for &IDWriteFactory2
§fn from(value: &IDWriteFactory7) -> Self
fn from(value: &IDWriteFactory7) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFactory8> for &IDWriteFactory2
impl From<&IDWriteFactory8> for &IDWriteFactory2
§fn from(value: &IDWriteFactory8) -> Self
fn from(value: &IDWriteFactory8) -> Self
Converts to this type from the input type.
§impl From<IDWriteFactory2> for IDWriteFactory
impl From<IDWriteFactory2> for IDWriteFactory
§fn from(value: IDWriteFactory2) -> Self
fn from(value: IDWriteFactory2) -> Self
Converts to this type from the input type.
§impl From<IDWriteFactory2> for IDWriteFactory1
impl From<IDWriteFactory2> for IDWriteFactory1
§fn from(value: IDWriteFactory2) -> Self
fn from(value: IDWriteFactory2) -> Self
Converts to this type from the input type.
§impl From<IDWriteFactory2> for IUnknown
impl From<IDWriteFactory2> for IUnknown
§fn from(value: IDWriteFactory2) -> Self
fn from(value: IDWriteFactory2) -> Self
Converts to this type from the input type.
§impl From<IDWriteFactory3> for IDWriteFactory2
impl From<IDWriteFactory3> for IDWriteFactory2
§fn from(value: IDWriteFactory3) -> Self
fn from(value: IDWriteFactory3) -> Self
Converts to this type from the input type.
§impl From<IDWriteFactory4> for IDWriteFactory2
impl From<IDWriteFactory4> for IDWriteFactory2
§fn from(value: IDWriteFactory4) -> Self
fn from(value: IDWriteFactory4) -> Self
Converts to this type from the input type.
§impl From<IDWriteFactory5> for IDWriteFactory2
impl From<IDWriteFactory5> for IDWriteFactory2
§fn from(value: IDWriteFactory5) -> Self
fn from(value: IDWriteFactory5) -> Self
Converts to this type from the input type.
§impl From<IDWriteFactory6> for IDWriteFactory2
impl From<IDWriteFactory6> for IDWriteFactory2
§fn from(value: IDWriteFactory6) -> Self
fn from(value: IDWriteFactory6) -> Self
Converts to this type from the input type.
§impl From<IDWriteFactory7> for IDWriteFactory2
impl From<IDWriteFactory7> for IDWriteFactory2
§fn from(value: IDWriteFactory7) -> Self
fn from(value: IDWriteFactory7) -> Self
Converts to this type from the input type.
§impl From<IDWriteFactory8> for IDWriteFactory2
impl From<IDWriteFactory8> for IDWriteFactory2
§fn from(value: IDWriteFactory8) -> Self
fn from(value: IDWriteFactory8) -> Self
Converts to this type from the input type.
§impl Interface for IDWriteFactory2
impl Interface for IDWriteFactory2
§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 IDWriteFactory2
impl PartialEq for IDWriteFactory2
§fn eq(&self, other: &IDWriteFactory2) -> bool
fn eq(&self, other: &IDWriteFactory2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IDWriteFactory2
impl Send for IDWriteFactory2
impl StructuralPartialEq for IDWriteFactory2
impl Sync for IDWriteFactory2
Auto Trait Implementations§
impl Freeze for IDWriteFactory2
impl RefUnwindSafe for IDWriteFactory2
impl Unpin for IDWriteFactory2
impl UnwindSafe for IDWriteFactory2
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
)