Trait IDWriteFactory8_Impl
pub trait IDWriteFactory8_Impl: IDWriteFactory7_Impl {
// Required method
fn TranslateColorGlyphRun(
&self,
baselineorigin: &D2D_POINT_2F,
glyphrun: *const DWRITE_GLYPH_RUN,
glyphrundescription: *const DWRITE_GLYPH_RUN_DESCRIPTION,
desiredglyphimageformats: DWRITE_GLYPH_IMAGE_FORMATS,
paintfeaturelevel: DWRITE_PAINT_FEATURE_LEVEL,
measuringmode: DWRITE_MEASURING_MODE,
worldanddpitransform: *const DWRITE_MATRIX,
colorpaletteindex: u32,
) -> Result<IDWriteColorGlyphRunEnumerator1>;
}
Required Methods§
fn TranslateColorGlyphRun( &self, baselineorigin: &D2D_POINT_2F, glyphrun: *const DWRITE_GLYPH_RUN, glyphrundescription: *const DWRITE_GLYPH_RUN_DESCRIPTION, desiredglyphimageformats: DWRITE_GLYPH_IMAGE_FORMATS, paintfeaturelevel: DWRITE_PAINT_FEATURE_LEVEL, measuringmode: DWRITE_MEASURING_MODE, worldanddpitransform: *const DWRITE_MATRIX, colorpaletteindex: u32, ) -> Result<IDWriteColorGlyphRunEnumerator1>
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.