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