Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

CTextRenderer Class Reference

List of all members.

Detailed Description

Utility to render text.

To access the text renderer use CEngine.

See also:
CEngine.


Public Methods

void renderScreenText (int x, int y, const std::string &text, DWORD color=0xFFFFFFFF)
 Renders text.


Member Function Documentation

void CTextRenderer::renderScreenText int    x,
int    y,
const std::string &    text,
DWORD    color = 0xFFFFFFFF
 

Renders text.

Parameters:
x  Left X coordinate in pixels.
y  Top Y coordinate in pixels.
text  Text (supports '
' characters).
color  The color.


Generated on Thu Dec 5 17:27:58 2002 for LT Game Jam Session by doxygen1.2.17