float MFFont_DrawText MFFont pFont,
float  x,
float  y,
float  height,
const MFVector colour,
const char *  pText,
int  maxChars = -1,
const MFMatrix ltw = MFMatrix::identity
 

Renders text to the screen.

Parameters:
pFont Pointer to a font.
x X coordinate in world space to render the string.
y Y coordinate in world space to render the string.
height Height of the text.
colour Colour of the text.
pText Pointer to a string containing the text to render.
maxChars Maximum number of chars to render from the source string.
ltw Local to world matrix used to render the string.
Returns:
Returns the height of the text rendered.


Generated on Sat Oct 28 16:27:34 2006 for MountFuji Engine by  doxygen 1.4.5