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

◆ getKerning()

i32 fl::FontImpl::getKerning ( i32 codepoint1,
i32 codepoint2 ) const
inlineoverridevirtual

Implements fl::Font.

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

79 {
80 if (!mValid) return 0;
82 }
third_party::truetype::stbtt_fontinfo mFontInfo
int32_t stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int32_t ch1, int32_t ch2) FL_NOEXCEPT

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

+ Here is the call graph for this function: