pub enum Font {
Ttf,
Otf,
Woff,
Woff2,
}Expand description
Font file formats.
Supports common web and desktop font formats.
Variants§
Ttf
TrueType Font format
Otf
OpenType Font format
Woff
Web Open Font Format
Woff2
Web Open Font Format 2
Trait Implementations§
Source§impl MimeFormat for Font
impl MimeFormat for Font
impl Eq for Font
impl StructuralPartialEq for Font
Auto Trait Implementations§
impl Freeze for Font
impl RefUnwindSafe for Font
impl Send for Font
impl Sync for Font
impl Unpin for Font
impl UnwindSafe for Font
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