Trait windows::Win32::Graphics::DirectWrite::IDWriteFont2_Impl
pub trait IDWriteFont2_Impl: Sized + IDWriteFont1_Impl {
// Required method
fn IsColorFont(&self) -> BOOL;
}
Required Methods§
fn IsColorFont(&self) -> BOOL
Object Safety§
This trait is not object safe.