1.14.0.5
Hummingbird
A modern user interface library for games
cohtml::BitmapFontDescription::KerningPairInfo Struct Reference

Struct representing kerning info between chars. More...

Public Attributes

unsigned FirstCharCode
 UTF32 char code of the first char.
 
unsigned SecondCharCode
 UTF32 char code of the second char.
 
int Amount
 The amount of kerning in pixels according to the Size of the font.
 

Detailed Description

Struct representing kerning info between chars.