pub struct Stretch(/* private fields */);
Expand description
Visual width of a font– a relative change from the normal aspect ratio, typically in the range 0.5 to 2.0.
In variable fonts, this can be controlled with the wdth
axis.
Implementations§
Source§impl Stretch
impl Stretch
Sourcepub const ULTRA_CONDENSED: Self
pub const ULTRA_CONDENSED: Self
Width that is 50% of normal.
Sourcepub const EXTRA_CONDENSED: Self
pub const EXTRA_CONDENSED: Self
Width that is 62.5% of normal.
Sourcepub const SEMI_CONDENSED: Self
pub const SEMI_CONDENSED: Self
Width that is 87.5% of normal.
Sourcepub const SEMI_EXPANDED: Self
pub const SEMI_EXPANDED: Self
Width that is 112.5% of normal.
Sourcepub const EXTRA_EXPANDED: Self
pub const EXTRA_EXPANDED: Self
Width that is 150% of normal.
Sourcepub const ULTRA_EXPANDED: Self
pub const ULTRA_EXPANDED: Self
Width that is 200% of normal.
Source§impl Stretch
impl Stretch
Trait Implementations§
Source§impl PartialOrd for Stretch
impl PartialOrd for Stretch
impl Copy for Stretch
impl StructuralPartialEq for Stretch
Auto Trait Implementations§
impl Freeze for Stretch
impl RefUnwindSafe for Stretch
impl Send for Stretch
impl Sync for Stretch
impl Unpin for Stretch
impl UnwindSafe for Stretch
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