|
FastLED 3.9.15
|
This is the complete list of members for fl::Font, including all inherited members.
| Font() FL_NOEXCEPT=default | fl::Font | protected |
| getGlyphMetrics(i32 codepoint) const =0 | fl::Font | pure virtual |
| getKerning(i32 codepoint1, i32 codepoint2) const =0 | fl::Font | pure virtual |
| getMetrics() const =0 | fl::Font | pure virtual |
| getNumFonts() const =0 | fl::Font | pure virtual |
| getScaleForPixelHeight(float pixelHeight) const =0 | fl::Font | pure virtual |
| load(fl::span< const u8 > fontData) | fl::Font | static |
| load(fl::span< const u8 > fontData, i32 fontIndex) | fl::Font | static |
| loadDefault() | fl::Font | static |
| renderGlyph(i32 codepoint, float scale) const =0 | fl::Font | pure virtual |
| renderGlyph(i32 codepoint, float scale, i32 oversampleX, i32 oversampleY) const =0 | fl::Font | pure virtual |
| ~Font() FL_NOEXCEPT=default | fl::Font | virtual |