Struct windows::Win32::Graphics::DirectWrite::IDWriteTextFormat3
pub struct IDWriteTextFormat3(/* private fields */);
Implementations§
§impl IDWriteTextFormat3
impl IDWriteTextFormat3
pub unsafe fn SetFontAxisValues( &self, fontaxisvalues: &[DWRITE_FONT_AXIS_VALUE], ) -> Result<()>
pub unsafe fn GetFontAxisValueCount(&self) -> u32
pub unsafe fn GetFontAxisValues( &self, fontaxisvalues: &mut [DWRITE_FONT_AXIS_VALUE], ) -> Result<()>
pub unsafe fn GetAutomaticFontAxes(&self) -> DWRITE_AUTOMATIC_FONT_AXES
pub unsafe fn SetAutomaticFontAxes( &self, automaticfontaxes: DWRITE_AUTOMATIC_FONT_AXES, ) -> Result<()>
Methods from Deref<Target = IDWriteTextFormat2>§
pub unsafe fn SetLineSpacing( &self, linespacingoptions: *const DWRITE_LINE_SPACING, ) -> Result<()>
pub unsafe fn GetLineSpacing( &self, linespacingoptions: *mut DWRITE_LINE_SPACING, ) -> Result<()>
Methods from Deref<Target = IDWriteTextFormat1>§
pub unsafe fn SetVerticalGlyphOrientation( &self, glyphorientation: DWRITE_VERTICAL_GLYPH_ORIENTATION, ) -> Result<()>
pub unsafe fn GetVerticalGlyphOrientation( &self, ) -> DWRITE_VERTICAL_GLYPH_ORIENTATION
pub unsafe fn SetLastLineWrapping<P0>(
&self,
islastlinewrappingenabled: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetLastLineWrapping(&self) -> BOOL
pub unsafe fn SetOpticalAlignment( &self, opticalalignment: DWRITE_OPTICAL_ALIGNMENT, ) -> Result<()>
pub unsafe fn GetOpticalAlignment(&self) -> DWRITE_OPTICAL_ALIGNMENT
pub unsafe fn SetFontFallback<P0>(&self, fontfallback: P0) -> Result<()>where
P0: Param<IDWriteFontFallback>,
pub unsafe fn GetFontFallback(&self) -> Result<IDWriteFontFallback>
Methods from Deref<Target = IDWriteTextFormat>§
pub unsafe fn SetTextAlignment( &self, textalignment: DWRITE_TEXT_ALIGNMENT, ) -> Result<()>
pub unsafe fn SetParagraphAlignment( &self, paragraphalignment: DWRITE_PARAGRAPH_ALIGNMENT, ) -> Result<()>
pub unsafe fn SetWordWrapping( &self, wordwrapping: DWRITE_WORD_WRAPPING, ) -> Result<()>
pub unsafe fn SetReadingDirection( &self, readingdirection: DWRITE_READING_DIRECTION, ) -> Result<()>
pub unsafe fn SetFlowDirection( &self, flowdirection: DWRITE_FLOW_DIRECTION, ) -> Result<()>
pub unsafe fn SetIncrementalTabStop( &self, incrementaltabstop: f32, ) -> Result<()>
pub unsafe fn SetTrimming<P0>(
&self,
trimmingoptions: *const DWRITE_TRIMMING,
trimmingsign: P0,
) -> Result<()>where
P0: Param<IDWriteInlineObject>,
pub unsafe fn SetLineSpacing( &self, linespacingmethod: DWRITE_LINE_SPACING_METHOD, linespacing: f32, baseline: f32, ) -> Result<()>
pub unsafe fn GetTextAlignment(&self) -> DWRITE_TEXT_ALIGNMENT
pub unsafe fn GetParagraphAlignment(&self) -> DWRITE_PARAGRAPH_ALIGNMENT
pub unsafe fn GetWordWrapping(&self) -> DWRITE_WORD_WRAPPING
pub unsafe fn GetReadingDirection(&self) -> DWRITE_READING_DIRECTION
pub unsafe fn GetFlowDirection(&self) -> DWRITE_FLOW_DIRECTION
pub unsafe fn GetIncrementalTabStop(&self) -> f32
pub unsafe fn GetTrimming( &self, trimmingoptions: *mut DWRITE_TRIMMING, trimmingsign: *mut Option<IDWriteInlineObject>, ) -> Result<()>
pub unsafe fn GetLineSpacing( &self, linespacingmethod: *mut DWRITE_LINE_SPACING_METHOD, linespacing: *mut f32, baseline: *mut f32, ) -> Result<()>
pub unsafe fn GetFontCollection(&self) -> Result<IDWriteFontCollection>
pub unsafe fn GetFontFamilyNameLength(&self) -> u32
pub unsafe fn GetFontFamilyName(&self, fontfamilyname: &mut [u16]) -> Result<()>
pub unsafe fn GetFontWeight(&self) -> DWRITE_FONT_WEIGHT
pub unsafe fn GetFontStyle(&self) -> DWRITE_FONT_STYLE
pub unsafe fn GetFontStretch(&self) -> DWRITE_FONT_STRETCH
pub unsafe fn GetFontSize(&self) -> f32
pub unsafe fn GetLocaleNameLength(&self) -> u32
pub unsafe fn GetLocaleName(&self, localename: &mut [u16]) -> Result<()>
Trait Implementations§
§impl CanInto<IDWriteTextFormat> for IDWriteTextFormat3
impl CanInto<IDWriteTextFormat> for IDWriteTextFormat3
§impl CanInto<IDWriteTextFormat1> for IDWriteTextFormat3
impl CanInto<IDWriteTextFormat1> for IDWriteTextFormat3
§impl CanInto<IDWriteTextFormat2> for IDWriteTextFormat3
impl CanInto<IDWriteTextFormat2> for IDWriteTextFormat3
§impl CanInto<IUnknown> for IDWriteTextFormat3
impl CanInto<IUnknown> for IDWriteTextFormat3
§impl Clone for IDWriteTextFormat3
impl Clone for IDWriteTextFormat3
§fn clone(&self) -> IDWriteTextFormat3
fn clone(&self) -> IDWriteTextFormat3
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 IDWriteTextFormat3
impl Debug for IDWriteTextFormat3
§impl Deref for IDWriteTextFormat3
impl Deref for IDWriteTextFormat3
§impl From<&IDWriteTextFormat3> for &IDWriteTextFormat
impl From<&IDWriteTextFormat3> for &IDWriteTextFormat
§fn from(value: &IDWriteTextFormat3) -> Self
fn from(value: &IDWriteTextFormat3) -> Self
Converts to this type from the input type.
§impl From<&IDWriteTextFormat3> for &IDWriteTextFormat1
impl From<&IDWriteTextFormat3> for &IDWriteTextFormat1
§fn from(value: &IDWriteTextFormat3) -> Self
fn from(value: &IDWriteTextFormat3) -> Self
Converts to this type from the input type.
§impl From<&IDWriteTextFormat3> for &IDWriteTextFormat2
impl From<&IDWriteTextFormat3> for &IDWriteTextFormat2
§fn from(value: &IDWriteTextFormat3) -> Self
fn from(value: &IDWriteTextFormat3) -> Self
Converts to this type from the input type.
§impl From<&IDWriteTextFormat3> for &IUnknown
impl From<&IDWriteTextFormat3> for &IUnknown
§fn from(value: &IDWriteTextFormat3) -> Self
fn from(value: &IDWriteTextFormat3) -> Self
Converts to this type from the input type.
§impl From<IDWriteTextFormat3> for IDWriteTextFormat
impl From<IDWriteTextFormat3> for IDWriteTextFormat
§fn from(value: IDWriteTextFormat3) -> Self
fn from(value: IDWriteTextFormat3) -> Self
Converts to this type from the input type.
§impl From<IDWriteTextFormat3> for IDWriteTextFormat1
impl From<IDWriteTextFormat3> for IDWriteTextFormat1
§fn from(value: IDWriteTextFormat3) -> Self
fn from(value: IDWriteTextFormat3) -> Self
Converts to this type from the input type.
§impl From<IDWriteTextFormat3> for IDWriteTextFormat2
impl From<IDWriteTextFormat3> for IDWriteTextFormat2
§fn from(value: IDWriteTextFormat3) -> Self
fn from(value: IDWriteTextFormat3) -> Self
Converts to this type from the input type.
§impl From<IDWriteTextFormat3> for IUnknown
impl From<IDWriteTextFormat3> for IUnknown
§fn from(value: IDWriteTextFormat3) -> Self
fn from(value: IDWriteTextFormat3) -> Self
Converts to this type from the input type.
§impl Interface for IDWriteTextFormat3
impl Interface for IDWriteTextFormat3
§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 IDWriteTextFormat3
impl PartialEq for IDWriteTextFormat3
§fn eq(&self, other: &IDWriteTextFormat3) -> bool
fn eq(&self, other: &IDWriteTextFormat3) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IDWriteTextFormat3
impl Send for IDWriteTextFormat3
impl StructuralPartialEq for IDWriteTextFormat3
impl Sync for IDWriteTextFormat3
Auto Trait Implementations§
impl Freeze for IDWriteTextFormat3
impl RefUnwindSafe for IDWriteTextFormat3
impl Unpin for IDWriteTextFormat3
impl UnwindSafe for IDWriteTextFormat3
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
)