pub struct Weight(pub u16);Expand description
Specifies the weight of glyphs in the font, their degree of blackness or stroke thickness.
Tuple Fields§
§0: u16Implementations§
source§impl Weight
impl Weight
sourcepub const EXTRA_LIGHT: Weight = Weight(200)
pub const EXTRA_LIGHT: Weight = Weight(200)
Extra light weight (200).
sourcepub const EXTRA_BOLD: Weight = Weight(800)
pub const EXTRA_BOLD: Weight = Weight(800)
Extra-bold weight (800).
Trait Implementations§
source§impl Ord for Weight
impl Ord for Weight
source§impl PartialOrd<Weight> for Weight
impl PartialOrd<Weight> for Weight
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 Weight
impl Eq for Weight
impl StructuralEq for Weight
impl StructuralPartialEq for Weight
Auto Trait Implementations§
impl RefUnwindSafe for Weight
impl Send for Weight
impl Sync for Weight
impl Unpin for Weight
impl UnwindSafe for Weight
Blanket Implementations§
source§impl<S, T> CastApprox<T> for Swhere
T: ConvApprox<S>,
impl<S, T> CastApprox<T> for Swhere
T: ConvApprox<S>,
source§fn try_cast_approx(self) -> Result<T, Error>
fn try_cast_approx(self) -> Result<T, Error>
source§fn cast_approx(self) -> T
fn cast_approx(self) -> T
source§impl<S, T> CastFloat<T> for Swhere
T: ConvFloat<S>,
impl<S, T> CastFloat<T> for Swhere
T: ConvFloat<S>,
source§fn cast_trunc(self) -> T
fn cast_trunc(self) -> T
Cast to integer, truncating Read more
source§fn cast_nearest(self) -> T
fn cast_nearest(self) -> T
Cast to the nearest integer Read more
source§fn cast_floor(self) -> T
fn cast_floor(self) -> T
Cast the floor to an integer Read more