pub enum VectorFont {
HersheyFont(HersheyFont),
BorlandFont(BorlandFont),
NewstrokeFont(()),
}Expand description
A font using any of the supported vector font formats.
Variants§
Auto Trait Implementations§
impl Freeze for VectorFont
impl RefUnwindSafe for VectorFont
impl Send for VectorFont
impl Sync for VectorFont
impl Unpin for VectorFont
impl UnsafeUnpin for VectorFont
impl UnwindSafe for VectorFont
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