Inheritance diagram for CP_FontRecord:
Public Member Functions | |
Constructor / Destructor | |
CP_FontRecord (LOGFONTA &inLogFont) | |
Constructor. | |
~CP_FontRecord () | |
Destructor. | |
Static Public Member Functions | |
Lookup | |
static CP_FontRecord * | LookupFont (LOGFONTA &inLogFont) |
Public Attributes | |
HFONT | fWinFont |
LOGFONTA | fLogFontA |
Static Public Attributes | |
static CP_FontRecordList | gFontList |
|
Constructor.
|
|
Destructor.
|
|
Return a CP_FontRecord for the passed in LOGFONT structure.
|
|
Add a reference to our object, returning the new reference count.
|
|
Remove a reference to our object, returning the new reference count. If the count is 0, then this object is also deleted, and 0 is returned.
|
|
Add the object to the topmost auto-release pool. This will ensure that the object is eventually released.
|
|
Returns the current ref count.
|
|
|
|
Windows HFONT. |
|
Windows LOGFONT structure containing information about the font. |