int LoadFontEx(string sourceimage, int width, int height)
Loads a font from an image file and returns a handle to the font. sourceimage should be a filename, and width/height represent the cell width/height in the image file.
int MainFont; MainFont = LoadFontEx("myfont.pcx", 10, 10);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |