Trait windows::Win32::Graphics::DirectWrite::IDWriteFontList_Impl
pub trait IDWriteFontList_Impl: Sized {
// Required methods
fn GetFontCollection(&self) -> Result<IDWriteFontCollection>;
fn GetFontCount(&self) -> u32;
fn GetFont(&self, index: u32) -> Result<IDWriteFont>;
}
Required Methods§
fn GetFontCollection(&self) -> Result<IDWriteFontCollection>
fn GetFontCount(&self) -> u32
fn GetFont(&self, index: u32) -> Result<IDWriteFont>
Object Safety§
This trait is not object safe.