pub enum Font {
Primary = 0,
Alternative1 = 1,
Alternative2 = 2,
Alternative3 = 3,
Alternative4 = 4,
Alternative5 = 5,
Alternative6 = 6,
Alternative7 = 7,
Alternative8 = 8,
Alternative9 = 9,
}
Expand description
Valid parameter values to the function FNT
.
Variants§
Primary = 0
Primary font.
Alternative1 = 1
First alternative font.
Alternative2 = 2
Second alternative font.
Alternative3 = 3
Third alternative font.
Alternative4 = 4
Forth alternative font.
Alternative5 = 5
Fifth alternative font.
Alternative6 = 6
Sixth alternative font.
Alternative7 = 7
Seventh alternative font.
Alternative8 = 8
Eighth alternative font.
Alternative9 = 9
Ninth alternative font.
Trait Implementations§
source§impl PartialEq for Font
impl PartialEq for Font
impl Copy for Font
impl Eq for Font
impl StructuralEq for Font
impl StructuralPartialEq for Font
Auto Trait Implementations§
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