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

◆ renderGlyph() [1/2]

GlyphBitmap fl::FontImpl::renderGlyph ( i32 codepoint,
float scale ) const
inlineoverridevirtual

Implements fl::Font.

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

84 {
85 return renderGlyph(codepoint, scale, 1, 1);
86 }
fl::UISlider scale("Scale", 4,.1, 4,.1)
GlyphBitmap renderGlyph(i32 codepoint, float scale) const override

References renderGlyph(), and scale.

Referenced by renderGlyph().

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