Trait IDWriteTextAnalysisSink1_Impl
pub trait IDWriteTextAnalysisSink1_Impl: IDWriteTextAnalysisSink_Impl {
// Required method
fn SetGlyphOrientation(
&self,
textposition: u32,
textlength: u32,
glyphorientationangle: DWRITE_GLYPH_ORIENTATION_ANGLE,
adjustedbidilevel: u8,
issideways: BOOL,
isrighttoleft: BOOL,
) -> Result<()>;
}
Required Methods§
fn SetGlyphOrientation( &self, textposition: u32, textlength: u32, glyphorientationangle: DWRITE_GLYPH_ORIENTATION_ANGLE, adjustedbidilevel: u8, issideways: BOOL, isrighttoleft: BOOL, ) -> Result<()>
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.