windows::Win32::Graphics::DirectWrite

Trait IDWriteFactory7_Impl

pub trait IDWriteFactory7_Impl: IDWriteFactory6_Impl {
    // Required methods
    fn GetSystemFontSet(
        &self,
        includedownloadablefonts: BOOL,
    ) -> Result<IDWriteFontSet2>;
    fn GetSystemFontCollection(
        &self,
        includedownloadablefonts: BOOL,
        fontfamilymodel: DWRITE_FONT_FAMILY_MODEL,
    ) -> Result<IDWriteFontCollection3>;
}

Required Methods§

fn GetSystemFontSet( &self, includedownloadablefonts: BOOL, ) -> Result<IDWriteFontSet2>

fn GetSystemFontCollection( &self, includedownloadablefonts: BOOL, fontfamilymodel: DWRITE_FONT_FAMILY_MODEL, ) -> Result<IDWriteFontCollection3>

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§