MonoFont¶
- struct
Bitmap based Monospaced Font Structure.
This struct defines the attributes and properties of a system font.
All types are
constsuch that the compiler are able to place them in the.rodatasection, which reside in the flash memory.Public Members
-
const uint8_t *
MonoFont::bitmap¶ A pointer the the font bitmap
-
const char *
MonoFont::fontName¶ The human name of the font face
-
const uint16_t
MonoFont::bitmapHeight¶ The total height of the complete bitmap
-
const uint16_t
MonoFont::bitmapWidth¶ The total width of the complete bitmap
-
const uint16_t
MonoFont::glyphHeight¶ The glyph height
-
const uint16_t
MonoFont::glyphWidth¶ The glyph width
-
const uint8_t
MonoFont::bitrate¶ The number of bits per pixel
-
const uint8_t
MonoFont::characterOffset¶ Offset of the bitmaps first ASCII character
-
const uint8_t
MonoFont::baselineOffset¶ The number of excess pixels below the fonts baseline
-
const uint8_t *