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

◆ render() [1/2]

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

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

211 {
212 // Use 2x2 oversampling by default for LED displays
213 return render(codepoint, 2, 2);
214}
GlyphBitmap render(i32 codepoint) const

References render().

Referenced by render(), and renderNoAA().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: