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