hgeFont Operators
The following operators are defined for hgeFont class:
hgeFont& operator= (const hgeFont &font);
So, you can easily clone hgeFont instances. In case of hgeFont
pointers use this syntax: *font2=*font1;
Requirements
Header: hgefont.h
Import library: hgehelp.lib
|