CGXFont::operator=

const CGXFont& operator=(const CGXFont& font);

const CGXFont& operator=(const LOGFONT& lf);

font

Reference to a CGXFont object.

lf

Reference to a font object.

Return Value

Reference to this.

Remarks

Copies a font object with ChangeFont(p, gxCopy).
The second version will initialize all include-bits TRUE.

CGXFont

 Class Overview |  Class Members