Mount Fuji Engine  0.8b
MF_API float MF_API float MFFont_DrawText2f ( MFFont pFont,
float  x,
float  y,
float  height,
const MFVector colour,
const char *  pFormat,
  ... 
)

Renders formatted text to the screen.

Parameters
pFontPointer to a font.
xX coordinate in world space to render the string.
yY coordinate in world space to render the string.
heightHeight of the text.
colourColour of the text.
pFormatPointer to the format string. This complies with all the regular printf format standards.
...Additional parameters used according to the format specifier.
Returns
The height of the text rendered.
Remarks
The MFFont_DrawTextf format string conforms with all the standard printf format standards.