void SetCharacterWidth(int font, int character, int width)
Forces a character in the font to be a specific width. Useful for special formatting or for correcting EnableVariableWidth().
SetCharacterWidth(0, 'a', 20); // Every 'a' is now 20 pixels wide.
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |