Struct font_types::UfWord
source · pub struct UfWord(_);
Expand description
16-bit unsigned quantity in font design units.
Implementations§
Trait Implementations§
source§impl Ord for UfWord
impl Ord for UfWord
source§impl PartialEq<UfWord> for UfWord
impl PartialEq<UfWord> for UfWord
source§impl PartialOrd<UfWord> for UfWord
impl PartialOrd<UfWord> for UfWord
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 more