FastLED 3.9.15
Loading...
Searching...
No Matches

◆ renderNoAA()

GlyphBitmap fl::FontRenderer::renderNoAA ( i32 codepoint) const

Definition at line 221 of file truetype.cpp.hpp.

221 {
222 return render(codepoint, 1, 1);
223}
GlyphBitmap render(i32 codepoint) const

References render().

+ Here is the call graph for this function: