Trait IDWriteFont2_Impl
pub trait IDWriteFont2_Impl: IDWriteFont1_Impl {
// Required method
fn IsColorFont(&self) -> BOOL;
}
Required Methods§
fn IsColorFont(&self) -> BOOL
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.