Functions for drawing text
[Objects]

Collaboration diagram for Functions for drawing text:

Stroke fonts

void SString (double x, double y, double scale, string s, double contrR, double contrG, double contrB, int mfl=1)
 stroke character color string
void SString (double x, double y, double scale, string s, double contr, int mfl=1)
 grayscale stroke character string
void SString (double scale, string s, double contrR, double contrG, double contrB, int mfl=1)
 color stroke character string in the center of the screen
void SString (double scale, string s, double contr, int mfl=1)
 grayscale stroke character string in the center of the screen

Bitmap fonts

void BString10 (double x, double y, string s, double contrR, double contrG, double contrB)
 bitmap character (size 10) string
void BString12 (double x, double y, string s, double contrR, double contrG, double contrB)
 the same size 12
void BString18 (double x, double y, string s, double contrR, double contrG, double contrB)
 the same size 18
void BString24 (double x, double y, string s, double contrR, double contrG, double contrB)
 the same size 24

Default text functions (bitmap fonts)

void Text (double x, double y, string s, double contrR, double contrG, double contrB, int fl=FONT_LARGE)
 colored text
void Text (double x, double y, string s, double contr, int fl=FONT_LARGE)
 gray-scale text
void Text (string s, double contrR, double contrG, double contrB, int fl=FONT_LARGE)
 color text in the center of the screen
void Text (string s, double contr, int fl=FONT_LARGE)
 grayscale text in the center of the screen

Generated on Fri Feb 27 14:19:26 2009 for PEACH by  doxygen 1.5.6