RSeries astromech firmware
FontVar4Pt Class Reference

#include <core/Font.h>

Detailed Description

Base class for variable width 4pt fonts.

+ Inheritance diagram for FontVar4Pt:

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)
 

Member Function Documentation

◆ getLetter()

virtual bool FontVar4Pt::getLetter ( const char  inChar,
byte *  outBuffer,
byte &  rowBytes,
byte &  advance 
)
virtual

Reimplemented in LatinFontVar4pt.

◆ getLetterVar4Pt()

bool FontVar4Pt::getLetterVar4Pt ( const char  inChar,
byte *  outBuffer,
byte &  rowBytes,
byte &  advance,
const byte *  fontData,
size_t  fontDataSize 
)
inlineprotected

The documentation for this class was generated from the following file: