Font.Kerning

Struct containing the kerning amount between 2 characters

struct Font
struct Kerning {}

Members

Variables

amount
short amount;

How much the x position should be adjusted when drawing the second character immediately following the first

first
dchar first;

The first character id

second
dchar second;

The second character id

Meta