Struct font_types::GlyphId
source · pub struct GlyphId(_);Expand description
A 16-bit glyph identifier.
Implementations§
Trait Implementations§
source§impl Ord for GlyphId
impl Ord for GlyphId
source§impl PartialOrd<GlyphId> for GlyphId
impl PartialOrd<GlyphId> for GlyphId
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