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