![]() |
RSeries astromech firmware
|
#include <core/Font.h>
Base class for 4x4 fonts.
Inheritance diagram for Font4x4:Public Member Functions | |
| virtual bool | getLetter (const char inChar, byte *outBuffer)=0 |
Protected Member Functions | |
| bool | getLetter4x4 (const char inChar, byte *outBuffer, const byte *fontData, size_t fontDataSize) |
|
pure virtual |
Implemented in LatinFont4x4.
|
inlineprotected |