Enum cea708_types::tables::FontStyle
source · pub enum FontStyle {
Default,
MonospacedWithSerifs,
ProportionallySpacedWithSerifs,
MonospacedWithoutSerifs,
ProportionallySpacedWithoutSerifs,
CasualFontType,
CursiveFontType,
SmallCapitals,
}Expand description
Font style options
Variants§
Default
MonospacedWithSerifs
ProportionallySpacedWithSerifs
MonospacedWithoutSerifs
ProportionallySpacedWithoutSerifs
CasualFontType
CursiveFontType
SmallCapitals
Trait Implementations§
source§impl Ord for FontStyle
impl Ord for FontStyle
source§impl PartialEq for FontStyle
impl PartialEq for FontStyle
source§impl PartialOrd for FontStyle
impl PartialOrd for FontStyle
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for FontStyle
impl Eq for FontStyle
impl StructuralPartialEq for FontStyle
Auto Trait Implementations§
impl Freeze for FontStyle
impl RefUnwindSafe for FontStyle
impl Send for FontStyle
impl Sync for FontStyle
impl Unpin for FontStyle
impl UnwindSafe for FontStyle
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