Trait IDWriteFontFace7_Impl
pub trait IDWriteFontFace7_Impl: IDWriteFontFace6_Impl {
// Required methods
fn GetPaintFeatureLevel(
&self,
glyphimageformat: DWRITE_GLYPH_IMAGE_FORMATS,
) -> DWRITE_PAINT_FEATURE_LEVEL;
fn CreatePaintReader(
&self,
glyphimageformat: DWRITE_GLYPH_IMAGE_FORMATS,
paintfeaturelevel: DWRITE_PAINT_FEATURE_LEVEL,
) -> Result<IDWritePaintReader>;
}
Required Methods§
fn GetPaintFeatureLevel( &self, glyphimageformat: DWRITE_GLYPH_IMAGE_FORMATS, ) -> DWRITE_PAINT_FEATURE_LEVEL
fn CreatePaintReader( &self, glyphimageformat: DWRITE_GLYPH_IMAGE_FORMATS, paintfeaturelevel: DWRITE_PAINT_FEATURE_LEVEL, ) -> Result<IDWritePaintReader>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.