|
TinyGPU
|
This is the complete list of members for BitmapFont< RGB_T >, including all inherited members.
| BitmapFont()=default | BitmapFont< RGB_T > | |
| CodePoint typedef | BitmapFont< RGB_T > | |
| drawChar(ISurface< RGB_T > &target, int16_t x, int16_t y, char character, RGB_T foreground, RGB_T background=RGB_T(0), bool opaque=false, uint8_t scale=1) const | BitmapFont< RGB_T > | inline |
| drawCodePoint(ISurface< RGB_T > &target, int16_t x, int16_t y, CodePoint codePoint, RGB_T foreground, RGB_T background=RGB_T(0), bool opaque=false, uint8_t scale=1) const | BitmapFont< RGB_T > | inline |
| drawText(ISurface< RGB_T > &target, int16_t x, int16_t y, const char *text, RGB_T foreground, RGB_T background=RGB_T(0), bool opaque=false, uint8_t scale=1, uint8_t spacing=1, uint8_t lineSpacing=1) const override | BitmapFont< RGB_T > | inlinevirtual |
| getHeight(uint8_t scale) const | BitmapFont< RGB_T > | inlinevirtual |
| glyph(char character) const | BitmapFont< RGB_T > | inline |
| glyph(CodePoint codePoint) const | BitmapFont< RGB_T > | inline |
| Glyph typedef | BitmapFont< RGB_T > | |
| kFirstChar | BitmapFont< RGB_T > | static |
| kGlyphHeight | BitmapFont< RGB_T > | static |
| kGlyphWidth | BitmapFont< RGB_T > | static |
| kLastChar | BitmapFont< RGB_T > | static |
| measureTextHeight(const char *text, uint8_t scale=1, uint8_t lineSpacing=1) const | BitmapFont< RGB_T > | inlinevirtual |
| measureTextWidth(const char *text, uint8_t scale=1, uint8_t spacing=1) const | BitmapFont< RGB_T > | inlinevirtual |
| pixel(char character, uint8_t x, uint8_t y) const | BitmapFont< RGB_T > | inline |
| pixel(CodePoint codePoint, uint8_t x, uint8_t y) const | BitmapFont< RGB_T > | inline |
| ~IFont()=default | IFont< RGB_T > | virtual |