Struct font_kit::loaders::directwrite::NativeFont [−][src]
pub struct NativeFont { pub dwrite_font: DWriteFont, pub dwrite_font_face: DWriteFontFace, }
Expand description
DirectWrite’s representation of a font.
Fields
dwrite_font: DWriteFont
The native DirectWrite font object.
dwrite_font_face: DWriteFontFace
The native DirectWrite font face object.
Auto Trait Implementations
impl !RefUnwindSafe for NativeFont
impl !Send for NativeFont
impl !Sync for NativeFont
impl Unpin for NativeFont
impl UnwindSafe for NativeFont