cohtml::UserFontDescription::KerningPairInfo

Struct representing kerning info between chars.

#include <System.h>

Public Attributes

Name
unsignedFirstCharCode
UTF32 char code of the first char.
unsignedSecondCharCode
UTF32 char code of the second char.
floatAmount
The amount of kerning in pixels according to the Size of the font.

Public Attributes Documentation

variable FirstCharCode

unsigned FirstCharCode;

UTF32 char code of the first char.

variable SecondCharCode

unsigned SecondCharCode;

UTF32 char code of the second char.

variable Amount

float Amount;

The amount of kerning in pixels according to the Size of the font.