pub struct TrueTypeFont { /* private fields */ }
Implementations§
Source§impl TrueTypeFont
impl TrueTypeFont
Trait Implementations§
Source§impl FontManager for TrueTypeFont
impl FontManager for TrueTypeFont
fn size(&self) -> (usize, usize)
fn rasterize(&mut self, info: ContentInfo) -> Rasterized<'_>
Auto Trait Implementations§
impl Freeze for TrueTypeFont
impl RefUnwindSafe for TrueTypeFont
impl Send for TrueTypeFont
impl Sync for TrueTypeFont
impl Unpin for TrueTypeFont
impl UnwindSafe for TrueTypeFont
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