Skip to main content

KerningNode

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.