RSeries astromech firmware
|
#include <core/Font.h>
Base class for variable width 4pt fonts.
Public Member Functions | |
virtual bool | getLetter (const char inChar, byte *outBuffer, byte &rowBytes, byte &advance) |
Protected Member Functions | |
bool | getLetterVar4Pt (const char inChar, byte *outBuffer, byte &rowBytes, byte &advance, const byte *fontData, size_t fontDataSize) |
|
virtual |
Reimplemented in LatinFontVar4pt.
|
inlineprotected |