How to shift the glyph with respect to the starting position when drawing.
Y: Integer;
How to shift the glyph with respect to the starting position when drawing.
AdvanceX: Integer;
How to advance the position for next glyph.
AdvanceY: Integer;
How to advance the position for next glyph.
Width: Cardinal;
Size of the glyph. Always Width and Height >= 0 (they are Cardinal type after all), but note that it is possible that Width = Height = 0 (it commonly happens for space ' ' character).
Height: Cardinal;
Size of the glyph. Always Width and Height >= 0 (they are Cardinal type after all), but note that it is possible that Width = Height = 0 (it commonly happens for space ' ' character).