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

touchgfx::Font::getKerning() const method

@fn virtual int8_t Font::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.

Call Tree

Functions calling touchgfx::Font::getKerning() const
touchgfx::Font::getKerning() const
Overridden methods
touchgfx::Font::getKerning() const
Type of touchgfx::Font::getKerning() const
touchgfx::Font::getKerning() const
int8_t
all items filtered out