cohtml::UserFontDescription::KerningPairInfo
On this page
Struct representing kerning info between chars.
#include <System.h>
Public Attributes
| Name | |
|---|---|
| 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. |
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.