TinyGPU
Loading...
Searching...
No Matches
IFont< RGB_T > Member List

This is the complete list of members for IFont< RGB_T >, including all inherited members.

drawText(ISurface< RGB_T > &target, int16_t x, int16_t y, const char *text, RGB_T foreground, RGB_T background, bool opaque=false, uint8_t scale=1, uint8_t spacing=1, uint8_t lineSpacing=1) const =0IFont< RGB_T >pure virtual
getHeight(uint8_t scale) const =0IFont< RGB_T >pure virtual
measureTextHeight(const char *text, uint8_t scale=1, uint8_t lineSpacing=1) const =0IFont< RGB_T >pure virtual
measureTextWidth(const char *text, uint8_t scale=1, uint8_t spacing=1) const =0IFont< RGB_T >pure virtual
~IFont()=defaultIFont< RGB_T >virtual