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

touchgfx::ConstFont::getKerning() const method

@fn virtual int8_t ConstFont::getKerning(Unicode::UnicodeChar prevChar, const GlyphNode* glyph) const = 0; 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 = 0;

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.

Override Tree

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