| 
      
    | 
   
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
 - The height of the text rendered. 
  
 
 
     |