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