GameTools gameStrokeFont
From Wikiid
gameStrokeCharacter draws a single ASCII character at the specified location and size. gameStrokeString does the same thing for an entire string:
float gameStrokeCharacter ( float x, float y, float size, char c ) ; float gameStrokeString ( float x, float y, float size, const char *s ) ;
Wikiid Pages relating to gameTools (edit) |
gameTools - Main page |
gameTools - Support Tools : |
gameTools - File Formats : |
gameTools - Source Code :
|
Wikiid Pages relating to Lemur of Lima (edit) |
Lemur of Lima - Main page |
Lemur of Lima - Controls |
Lemur of Lima - Levels : |
Lemur of Lima - Java Plugins : |
Lemur of Lima - Source Code Documentation : |