pub struct FontSystem { /* private fields */ }Expand description
A set of system fonts.
Implementations§
Source§impl FontSystem
impl FontSystem
Sourcepub fn raw(&self) -> &FontSystem
pub fn raw(&self) -> &FontSystem
Returns the raw glyphon::FontSystem.
Sourcepub fn raw_mut(&mut self) -> &mut FontSystem
pub fn raw_mut(&mut self) -> &mut FontSystem
Returns the raw glyphon::FontSystem.
Auto Trait Implementations§
impl !RefUnwindSafe for FontSystem
impl !UnwindSafe for FontSystem
impl Freeze for FontSystem
impl Send for FontSystem
impl Sync for FontSystem
impl Unpin for FontSystem
impl UnsafeUnpin for FontSystem
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