pub struct Weight(/* private fields */);
Expand description
Visual weight class of a font, typically on a scale from 1.0 to 1000.0.
In variable fonts, this can be controlled with the wght
axis.
Implementations§
source§impl Weight
impl Weight
sourcepub const EXTRA_LIGHT: Self = _
pub const EXTRA_LIGHT: Self = _
Weight value of 200.
sourcepub const SEMI_LIGHT: Self = _
pub const SEMI_LIGHT: Self = _
Weight value of 350.
sourcepub const EXTRA_BOLD: Self = _
pub const EXTRA_BOLD: Self = _
Weight value of 800.
sourcepub const EXTRA_BLACK: Self = _
pub const EXTRA_BLACK: Self = _
Weight value of 950.
Trait Implementations§
source§impl PartialOrd for Weight
impl PartialOrd for Weight
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)