44 float r,
float g,
float b,
float a,
float halign,
float valign) {
47 float textWidth = 1.0 +
FontMan.get(font).getFont().getLineWidth(text);
48 float textHeight =
FontMan.get(font).getFont().getHeight();
72 float textWidth = 1.0 +
FontMan.get(
_caption->getFont()).getFont().getLineWidth(text);
A class holding an UTF-8 string.
const float kHAlignCenter
#define FontMan
Shortcut for accessing the font manager.