#include <fontcomp.h>
Inheritance diagram for FontComponentListItem:

Public Member Functions | |
| FontComponentListItem () | |
| Constructor See Also: class FontComponentList, class FontComponent. | |
| ~FontComponentListItem () | |
| Destructor See Also: class FontComponentList, class FontComponent. | |
Private Member Functions | |
| CC_DECLARE_DYNAMIC (FontComponentListItem) | |
Private Attributes | |
| BOOL | mIsBold |
| BOOL | mIsItalic |
| BOOL | mRecentlyCreated |
| WORD | mFontHandle |
| INT32 | mRecordNumber |
| String_64 | mFullFontName |
| String_64 | mTypeFaceName |
| FontClass | mFontClass |
| CCPanose | mPanoseNumber |
Friends | |
| class | FontComponentList |
| class | FontComponent |
Definition at line 145 of file fontcomp.h.
|
|
Constructor See Also: class FontComponentList, class FontComponent.
Definition at line 327 of file fontcomp.cpp. 00328 { 00329 mIsBold = FALSE; 00330 mIsItalic = FALSE; 00331 mRecentlyCreated = TRUE; // set to FALSE before any imports or exports 00332 mFontHandle = ILLEGALFHANDLE; 00333 mRecordNumber = 0; 00334 mFullFontName = _T(""); 00335 mTypeFaceName = _T(""); 00336 mFontClass = FC_UNDEFINED; 00337 mPanoseNumber.SetAllToAny(); 00338 }
|
|
|
Destructor See Also: class FontComponentList, class FontComponent.
Definition at line 353 of file fontcomp.cpp.
|
|
|
|
|
|
Definition at line 150 of file fontcomp.h. |
|
|
Definition at line 149 of file fontcomp.h. |
|
|
Definition at line 175 of file fontcomp.h. |
|
|
Definition at line 171 of file fontcomp.h. |
|
|
Definition at line 173 of file fontcomp.h. |
|
|
Definition at line 168 of file fontcomp.h. |
|
|
Definition at line 169 of file fontcomp.h. |
|
|
Definition at line 176 of file fontcomp.h. |
|
|
Definition at line 170 of file fontcomp.h. |
|
|
Definition at line 172 of file fontcomp.h. |
|
|
Definition at line 174 of file fontcomp.h. |
1.4.4