hgeFont Constructors
To create and initalize a hgeFont object you may use one of these constructors:
hgeFont(
const char *filename
);
hgeFont(
const hgeFont &font
);
Parameters
- filename
- Font description file name.
Remarks
The font description file is loaded with
Resource_Load
function, so all it's features are applicable.
Requirements
Header: hgefont.h
Import library: hgehelp.lib
See also
Font description file
|