A struct that allows you to specify extra horizontal space to surround each character with. More...
Public Attributes | |
float | nonspace |
float | space |
A struct that allows you to specify extra horizontal space to surround each character with.
Escapements need to be multiplied by the font size to get the correct value for the font.
escapement_delta::nonspace |
The amount of horizontal space to surround a visible glyph character with.
escapement_delta::space |
The amount of horizontal space to surround a whitespace character with, for example B_TAB
or B_SPACE
.