touchgfx::InternalFlashFont::getKerning() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::InternalFlashFont::getKerning() const

touchgfx::InternalFlashFont::getKerning() const method

@fn virtual int8_t InternalFlashFont::getKerning(Unicode::UnicodeChar prevChar, const GlyphNode* glyph) const; Gets the kerning distance between two characters. Gets the kerning distance between two characters.

Syntax

virtual int8_t getKerning(Unicode::UnicodeChar prevChar,     const GlyphNode* glyph) const;

Arguments

prevChar

The unicode value of the previous character.

glyph

the glyph object for the current character.

Return value

The kerning distance between prevChar and glyph char.

References

LocationText
InternalFlashFont.hpp:88
virtual int8_t getKerning(Unicode::UnicodeChar prevChar, const GlyphNode* glyph) const;

Override Tree

Methods overriding this one
touchgfx::InternalFlashFont::getKerning() const
Type of touchgfx::InternalFlashFont::getKerning() const
touchgfx::InternalFlashFont::getKerning() const
int8_t
all items filtered out