TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::KerningNode from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::KerningNode struct

@struct KerningNode Font.hpp touchgfx/Font.hpp Structure providing information about a kerning for a given char pair. Structure providing information about a kerning for a given char pair. Used by LCD when rendering.

Syntax

typedef struct {     Unicode::UnicodeChar unicodePrevChar;      int8_t               distance;         } KerningNode;

Fields

unicodePrevChar

No summary provided. Read more...

distance

No summary provided. Read more...

Examples

touchgfx::KerningNode is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
Font.hpp:131
typedef struct
Font.hpp:135
InternalFlashFont.hpp:61touchgfx::InternalFlashFont::InternalFlashFont()::kerningListtouchgfx::InternalFlashFont::InternalFlashFont()
InternalFlashFont(const GlyphNode* list, uint16_t size, uint16_t height, uint8_t pixBelowBase, uint8_t bitsPerPixel, uint8_t maxLeft, uint8_t maxRight, const uint8_t* glyphDataInternalFlash, const KerningNode* kerningList, const Unicode::UnicodeChar fallbackChar, const Unicode::UnicodeChar ellipsisChar);
InternalFlashFont.hpp:93touchgfx::InternalFlashFont::kerningDatatouchgfx::InternalFlashFont
const KerningNode* kerningData; ///< Information describing the kerning

Type Use

Variables of touchgfx::KerningNode type
touchgfx::InternalFlashFont::InternalFlashFont()::kerningList
all items filtered out
touchgfx::KerningNode
all items filtered out
touchgfx::KerningNode
all items filtered out