CharMetrics Struct Reference

Metrics information per character. More...

List of all members.

Public Attributes

float X
 X coordinate of the character's standard position.
float Y
 Y coordinate of the character's standard position.
float Width
 Character width.
float Height
 Character height.
float HorizontalBearingX
 Distance from the standard position to the left edge of the character (right is positive)
float HorizontalBearingY
 Distance from the standard position to the top of the character (up is positive)
float HorizontalAdvance
 Distance from the standard position of one character to the next.

Detailed Description

Metrics information per character.