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

◆ measureString() [1/2]

float fl::FontRenderer::measureString ( const char * str) const

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

236 {
237 if (!str || !mFont) return 0.0f;
238 return measureString(fl::span<const char>(str, strlen(str)));
239}
float measureString(const char *str) const
size_t strlen(const char *s) FL_NOEXCEPT

References measureString(), mFont, and fl::strlen().

Referenced by measureString().

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