FastLED
3.9.15
Loading...
Searching...
No Matches
◆
render()
[2/2]
GlyphBitmap
fl::FontRenderer::render
(
i32
codepoint
,
i32
oversampleX
,
i32
oversampleY
) const
Definition at line
216
of file
truetype.cpp.hpp
.
216
{
217
if
(!
mFont
)
return
GlyphBitmap();
218
return
mFont
->renderGlyph(codepoint,
mScale
, oversampleX, oversampleY);
219
}
fl::FontRenderer::mFont
FontPtr mFont
Definition
truetype.h:179
fl::FontRenderer::mScale
float mScale
Definition
truetype.h:181
References
mFont
, and
mScale
.
fl
FontRenderer
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2