Struct windows::Win32::Graphics::DirectWrite::IDWriteFontFace7
pub struct IDWriteFontFace7(/* private fields */);
Implementations§
§impl IDWriteFontFace7
impl IDWriteFontFace7
pub unsafe fn GetPaintFeatureLevel( &self, glyphimageformat: DWRITE_GLYPH_IMAGE_FORMATS, ) -> DWRITE_PAINT_FEATURE_LEVEL
pub unsafe fn CreatePaintReader( &self, glyphimageformat: DWRITE_GLYPH_IMAGE_FORMATS, paintfeaturelevel: DWRITE_PAINT_FEATURE_LEVEL, ) -> Result<IDWritePaintReader>
Methods from Deref<Target = IDWriteFontFace6>§
pub unsafe fn GetFamilyNames( &self, fontfamilymodel: DWRITE_FONT_FAMILY_MODEL, ) -> Result<IDWriteLocalizedStrings>
pub unsafe fn GetFaceNames( &self, fontfamilymodel: DWRITE_FONT_FAMILY_MODEL, ) -> Result<IDWriteLocalizedStrings>
Methods from Deref<Target = IDWriteFontFace5>§
pub unsafe fn GetFontAxisValueCount(&self) -> u32
pub unsafe fn GetFontAxisValues( &self, fontaxisvalues: &mut [DWRITE_FONT_AXIS_VALUE], ) -> Result<()>
pub unsafe fn HasVariations(&self) -> BOOL
pub unsafe fn GetFontResource(&self) -> Result<IDWriteFontResource>
pub unsafe fn Equals<P0>(&self, fontface: P0) -> BOOLwhere
P0: Param<IDWriteFontFace>,
Methods from Deref<Target = IDWriteFontFace4>§
pub unsafe fn GetGlyphImageFormats( &self, glyphid: u16, pixelsperemfirst: u32, pixelsperemlast: u32, ) -> Result<DWRITE_GLYPH_IMAGE_FORMATS>
pub unsafe fn GetGlyphImageFormats2(&self) -> DWRITE_GLYPH_IMAGE_FORMATS
pub unsafe fn GetGlyphImageData( &self, glyphid: u16, pixelsperem: u32, glyphimageformat: DWRITE_GLYPH_IMAGE_FORMATS, glyphdata: *mut DWRITE_GLYPH_IMAGE_DATA, glyphdatacontext: *mut *mut c_void, ) -> Result<()>
pub unsafe fn ReleaseGlyphImageData(&self, glyphdatacontext: *mut c_void)
Methods from Deref<Target = IDWriteFontFace3>§
pub unsafe fn GetFontFaceReference(&self) -> Result<IDWriteFontFaceReference>
pub unsafe fn GetPanose(&self) -> DWRITE_PANOSE
pub unsafe fn GetWeight(&self) -> DWRITE_FONT_WEIGHT
pub unsafe fn GetStretch(&self) -> DWRITE_FONT_STRETCH
pub unsafe fn GetStyle(&self) -> DWRITE_FONT_STYLE
pub unsafe fn GetFamilyNames(&self) -> Result<IDWriteLocalizedStrings>
pub unsafe fn GetFaceNames(&self) -> Result<IDWriteLocalizedStrings>
pub unsafe fn GetInformationalStrings( &self, informationalstringid: DWRITE_INFORMATIONAL_STRING_ID, informationalstrings: *mut Option<IDWriteLocalizedStrings>, exists: *mut BOOL, ) -> Result<()>
pub unsafe fn HasCharacter(&self, unicodevalue: u32) -> BOOL
pub unsafe fn GetRecommendedRenderingMode<P0, P1>(
&self,
fontemsize: f32,
dpix: f32,
dpiy: f32,
transform: Option<*const DWRITE_MATRIX>,
issideways: P0,
outlinethreshold: DWRITE_OUTLINE_THRESHOLD,
measuringmode: DWRITE_MEASURING_MODE,
renderingparams: P1,
renderingmode: *mut DWRITE_RENDERING_MODE1,
gridfitmode: *mut DWRITE_GRID_FIT_MODE,
) -> Result<()>where
P0: Param<BOOL>,
P1: Param<IDWriteRenderingParams>,
pub unsafe fn IsCharacterLocal(&self, unicodevalue: u32) -> BOOL
pub unsafe fn IsGlyphLocal(&self, glyphid: u16) -> BOOL
pub unsafe fn AreCharactersLocal<P0>(
&self,
characters: &[u16],
enqueueifnotlocal: P0,
) -> Result<BOOL>where
P0: Param<BOOL>,
pub unsafe fn AreGlyphsLocal<P0>(
&self,
glyphindices: &[u16],
enqueueifnotlocal: P0,
) -> Result<BOOL>where
P0: Param<BOOL>,
Methods from Deref<Target = IDWriteFontFace2>§
pub unsafe fn IsColorFont(&self) -> BOOL
pub unsafe fn GetColorPaletteCount(&self) -> u32
pub unsafe fn GetPaletteEntryCount(&self) -> u32
pub unsafe fn GetPaletteEntries( &self, colorpaletteindex: u32, firstentryindex: u32, paletteentries: &mut [DWRITE_COLOR_F], ) -> Result<()>
pub unsafe fn GetRecommendedRenderingMode<P0, P1>(
&self,
fontemsize: f32,
dpix: f32,
dpiy: f32,
transform: Option<*const DWRITE_MATRIX>,
issideways: P0,
outlinethreshold: DWRITE_OUTLINE_THRESHOLD,
measuringmode: DWRITE_MEASURING_MODE,
renderingparams: P1,
renderingmode: *mut DWRITE_RENDERING_MODE,
gridfitmode: *mut DWRITE_GRID_FIT_MODE,
) -> Result<()>where
P0: Param<BOOL>,
P1: Param<IDWriteRenderingParams>,
Methods from Deref<Target = IDWriteFontFace1>§
pub unsafe fn GetMetrics(&self, fontmetrics: *mut DWRITE_FONT_METRICS1)
pub unsafe fn GetGdiCompatibleMetrics( &self, emsize: f32, pixelsperdip: f32, transform: Option<*const DWRITE_MATRIX>, fontmetrics: *mut DWRITE_FONT_METRICS1, ) -> Result<()>
pub unsafe fn GetCaretMetrics(&self) -> DWRITE_CARET_METRICS
pub unsafe fn GetUnicodeRanges( &self, unicoderanges: Option<&mut [DWRITE_UNICODE_RANGE]>, actualrangecount: *mut u32, ) -> Result<()>
pub unsafe fn IsMonospacedFont(&self) -> BOOL
pub unsafe fn GetDesignGlyphAdvances<P0>(
&self,
glyphcount: u32,
glyphindices: *const u16,
glyphadvances: *mut i32,
issideways: P0,
) -> Result<()>where
P0: Param<BOOL>,
pub unsafe fn GetGdiCompatibleGlyphAdvances<P0, P1>( &self, emsize: f32, pixelsperdip: f32, transform: Option<*const DWRITE_MATRIX>, usegdinatural: P0, issideways: P1, glyphcount: u32, glyphindices: *const u16, glyphadvances: *mut i32, ) -> Result<()>
pub unsafe fn GetKerningPairAdjustments( &self, glyphcount: u32, glyphindices: *const u16, glyphadvanceadjustments: *mut i32, ) -> Result<()>
pub unsafe fn HasKerningPairs(&self) -> BOOL
pub unsafe fn GetRecommendedRenderingMode<P0>(
&self,
fontemsize: f32,
dpix: f32,
dpiy: f32,
transform: Option<*const DWRITE_MATRIX>,
issideways: P0,
outlinethreshold: DWRITE_OUTLINE_THRESHOLD,
measuringmode: DWRITE_MEASURING_MODE,
) -> Result<DWRITE_RENDERING_MODE>where
P0: Param<BOOL>,
pub unsafe fn GetVerticalGlyphVariants( &self, glyphcount: u32, nominalglyphindices: *const u16, verticalglyphindices: *mut u16, ) -> Result<()>
pub unsafe fn HasVerticalGlyphVariants(&self) -> BOOL
Methods from Deref<Target = 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 IDWriteFontFace7
impl CanInto<IDWriteFontFace> for IDWriteFontFace7
§impl CanInto<IDWriteFontFace1> for IDWriteFontFace7
impl CanInto<IDWriteFontFace1> for IDWriteFontFace7
§impl CanInto<IDWriteFontFace2> for IDWriteFontFace7
impl CanInto<IDWriteFontFace2> for IDWriteFontFace7
§impl CanInto<IDWriteFontFace3> for IDWriteFontFace7
impl CanInto<IDWriteFontFace3> for IDWriteFontFace7
§impl CanInto<IDWriteFontFace4> for IDWriteFontFace7
impl CanInto<IDWriteFontFace4> for IDWriteFontFace7
§impl CanInto<IDWriteFontFace5> for IDWriteFontFace7
impl CanInto<IDWriteFontFace5> for IDWriteFontFace7
§impl CanInto<IDWriteFontFace6> for IDWriteFontFace7
impl CanInto<IDWriteFontFace6> for IDWriteFontFace7
§impl CanInto<IUnknown> for IDWriteFontFace7
impl CanInto<IUnknown> for IDWriteFontFace7
§impl Clone for IDWriteFontFace7
impl Clone for IDWriteFontFace7
§fn clone(&self) -> IDWriteFontFace7
fn clone(&self) -> IDWriteFontFace7
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 IDWriteFontFace7
impl Debug for IDWriteFontFace7
§impl Deref for IDWriteFontFace7
impl Deref for IDWriteFontFace7
§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<&IDWriteFontFace7> for &IDWriteFontFace1
impl From<&IDWriteFontFace7> for &IDWriteFontFace1
§fn from(value: &IDWriteFontFace7) -> Self
fn from(value: &IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace7> for &IDWriteFontFace2
impl From<&IDWriteFontFace7> for &IDWriteFontFace2
§fn from(value: &IDWriteFontFace7) -> Self
fn from(value: &IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace7> for &IDWriteFontFace3
impl From<&IDWriteFontFace7> for &IDWriteFontFace3
§fn from(value: &IDWriteFontFace7) -> Self
fn from(value: &IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace7> for &IDWriteFontFace4
impl From<&IDWriteFontFace7> for &IDWriteFontFace4
§fn from(value: &IDWriteFontFace7) -> Self
fn from(value: &IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace7> for &IDWriteFontFace5
impl From<&IDWriteFontFace7> for &IDWriteFontFace5
§fn from(value: &IDWriteFontFace7) -> Self
fn from(value: &IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace7> for &IDWriteFontFace6
impl From<&IDWriteFontFace7> for &IDWriteFontFace6
§fn from(value: &IDWriteFontFace7) -> Self
fn from(value: &IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<&IDWriteFontFace7> for &IUnknown
impl From<&IDWriteFontFace7> for &IUnknown
§fn from(value: &IDWriteFontFace7) -> Self
fn from(value: &IDWriteFontFace7) -> 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<IDWriteFontFace7> for IDWriteFontFace1
impl From<IDWriteFontFace7> for IDWriteFontFace1
§fn from(value: IDWriteFontFace7) -> Self
fn from(value: IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace7> for IDWriteFontFace2
impl From<IDWriteFontFace7> for IDWriteFontFace2
§fn from(value: IDWriteFontFace7) -> Self
fn from(value: IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace7> for IDWriteFontFace3
impl From<IDWriteFontFace7> for IDWriteFontFace3
§fn from(value: IDWriteFontFace7) -> Self
fn from(value: IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace7> for IDWriteFontFace4
impl From<IDWriteFontFace7> for IDWriteFontFace4
§fn from(value: IDWriteFontFace7) -> Self
fn from(value: IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace7> for IDWriteFontFace5
impl From<IDWriteFontFace7> for IDWriteFontFace5
§fn from(value: IDWriteFontFace7) -> Self
fn from(value: IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace7> for IDWriteFontFace6
impl From<IDWriteFontFace7> for IDWriteFontFace6
§fn from(value: IDWriteFontFace7) -> Self
fn from(value: IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl From<IDWriteFontFace7> for IUnknown
impl From<IDWriteFontFace7> for IUnknown
§fn from(value: IDWriteFontFace7) -> Self
fn from(value: IDWriteFontFace7) -> Self
Converts to this type from the input type.
§impl Interface for IDWriteFontFace7
impl Interface for IDWriteFontFace7
§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 IDWriteFontFace7
impl PartialEq for IDWriteFontFace7
§fn eq(&self, other: &IDWriteFontFace7) -> bool
fn eq(&self, other: &IDWriteFontFace7) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IDWriteFontFace7
impl Send for IDWriteFontFace7
impl StructuralPartialEq for IDWriteFontFace7
impl Sync for IDWriteFontFace7
Auto Trait Implementations§
impl Freeze for IDWriteFontFace7
impl RefUnwindSafe for IDWriteFontFace7
impl Unpin for IDWriteFontFace7
impl UnwindSafe for IDWriteFontFace7
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
)