#include <tcUnicodeHelper.h>
Public Member Functions | |
const uint8_t * | getBitmapData () const |
const UnicodeFontGlyph * | getGlyph () const |
void | setBitmapData (const uint8_t *bm) |
void | setGlyph (const UnicodeFontGlyph *g) |
Represents an item that can be drawn using the TcMenu font drawing functions. Regardless of if it is Adafruit or TcUnicode we wrap it in one of these so the drawing code is always the same.
const uint8_t* GlyphWithBitmap::getBitmapData | ( | ) | const |
const UnicodeFontGlyph* GlyphWithBitmap::getGlyph | ( | ) | const |