int LoadFont(string sourceimage)
Loads a font from an image file and returns a handle to the font. sourceimage should be a filename. The width/height of the cells in the font will be automatically detected. Use LoadFontEx() if the autodetection is failing and you need to manually specify a cell width
int MainFont; MainFont = LoadFont("myfont.pcx");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |