hgeFont::GetPostWidth
Returns the offset after the sprite of the specified character.
float GetPostWidth(
char chr
);
Parameters
- chr
- The character for which the offset is being requested.
Return value
Returns the offset after the specified character at 100% scale, in pixels.
Requirements
Header: hgefont.h
Import library: hgehelp.lib
See also
GetPreWidth
|