Graphics::GlyphMetrics Struct Reference
Glyph metrics. More...
#include <Types.h>
Collaboration diagram for Graphics::GlyphMetrics:
Public Member Functions | |
Size | size () const |
Public Attributes | |
uint8_t | width |
Width of glyph. More... | |
uint8_t | height |
Height of glyph. More... | |
int8_t | xOffset |
Glyph position relative to cursor. More... | |
int8_t | yOffset |
Distance from upper-left corner to baseline. More... | |
uint8_t | advance |
Distance to next character. More... | |
Detailed Description
Glyph metrics.
Member Function Documentation
◆ size()
|
inline |
Member Data Documentation
◆ advance
uint8_t Graphics::GlyphMetrics::advance |
Distance to next character.
◆ height
uint8_t Graphics::GlyphMetrics::height |
Height of glyph.
◆ width
uint8_t Graphics::GlyphMetrics::width |
Width of glyph.
◆ xOffset
int8_t Graphics::GlyphMetrics::xOffset |
Glyph position relative to cursor.
◆ yOffset
int8_t Graphics::GlyphMetrics::yOffset |
Distance from upper-left corner to baseline.
The documentation for this struct was generated from the following file: