주요 내용으로 건너뛰기

KerningNode

touchgfx/Font.hpp

Structure providing information about a kerning for a given pair of characters. Used by LCD when rendering, calculating text width etc.

Public Attributes

int8_tdistance
The kerning distance.
Unicode::UnicodeCharunicodePrevChar
The Unicode for the first character in the kerning pair.

Public Attributes Documentation

distance

int8_t distance

The kerning distance.

unicodePrevChar

Unicode::UnicodeChar unicodePrevChar

The Unicode for the first character in the kerning pair.