Mount Fuji Engine  0.8b
MF_API int MFFont_BlitText ( MFFont pFont,
int  x,
int  y,
const MFVector colour,
const char *  pText,
int  maxChars = -1 
)

Renders 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.
pTextPointer to a string containing the text to render.
maxCharsMaximum number of chars to render from the source string.
Returns
Returns 0 if there were no errors.