Struct font_kit::loaders::directwrite::NativeFont
source · pub struct NativeFont {
pub dwrite_font: Font,
pub dwrite_font_face: FontFace,
}
Expand description
DirectWrite’s representation of a font.
Fields§
§dwrite_font: Font
The native DirectWrite font object.
dwrite_font_face: FontFace
The native DirectWrite font face object.
Auto Trait Implementations§
impl !Freeze for NativeFont
impl !RefUnwindSafe for NativeFont
impl !Send for NativeFont
impl !Sync for NativeFont
impl Unpin for NativeFont
impl UnwindSafe for NativeFont
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more