2.9.16
Coherent GT
A modern user interface library for games
Coherent::UIGT::BitmapFontDescription::KerningPairInfo Struct Reference

Struct representing kerning info between chars. More...

#include <Coherent/Coherent/UIGT/UISystem.h>

Public Attributes

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

Detailed Description

Struct representing kerning info between chars.