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_t | distance |
The kerning distance. | |
Unicode::UnicodeChar | unicodePrevChar |
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.