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

Renders formatted text to the screen.

Parameters
pFontPointer to a font.
posPosition 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.