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

Blits formatted text to the screen (perfect texel to pixel mapping, no scaling).

Parameters
pFontPointer to a font.
xx coordinate in screen space.
yy coordinate in screen space.
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
Returns 0 if there were no errors.
Remarks
The MFFont_BlitTextf format string conforms with all the standard printf format standards.