windows::Win32::Graphics::DirectWrite

Trait IDWriteFontList_Impl

pub trait IDWriteFontList_Impl: IUnknownImpl {
    // 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>

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.

Implementors§