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.

Implementors§