pub struct Weight(/* private fields */);
Expand description
Weight class of a font, usually from 1 to 1000.
Implementations§
Source§impl Weight
impl Weight
Sourcepub const EXTRA_LIGHT: Self
pub const EXTRA_LIGHT: Self
Weight corresponding to a CSS value of 200.
Sourcepub const SEMI_LIGHT: Self
pub const SEMI_LIGHT: Self
Weight corresponding to a CSS value of 350.
Sourcepub const EXTRA_BOLD: Self
pub const EXTRA_BOLD: Self
Weight corresponding to a CSS value of 800.
Sourcepub const EXTRA_BLACK: Self
pub const EXTRA_BLACK: Self
Weight corresponding to a CSS value of 950.
pub const fn new(weight: f32) -> Self
Trait Implementations§
impl Copy for Weight
impl StructuralPartialEq for Weight
Auto Trait Implementations§
impl Freeze for Weight
impl RefUnwindSafe for Weight
impl Send for Weight
impl Sync for Weight
impl Unpin for Weight
impl UnwindSafe for Weight
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