pub struct Glyph<'font> { /* fields omitted */ }
A glyph in a font.
Returns the geometry box of the glyph.
Returns the advance, the offset to the next character in pixels.
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.