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

◆ getScaleForPixelHeight()

float fl::FontImpl::getScaleForPixelHeight ( float pixelHeight) const
inlineoverridevirtual

Implements fl::Font.

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

54 {
55 if (!mValid) return 0.0f;
57 }
third_party::truetype::stbtt_fontinfo mFontInfo
float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float pixels) FL_NOEXCEPT

References mFontInfo, mValid, and fl::third_party::truetype::stbtt_ScaleForPixelHeight().

+ Here is the call graph for this function: