#include <fontdrop.h>
Inheritance diagram for FontDropItem:
Public Member Functions | |
String_64 | GetFontName () |
void | SetInfo (String_64 &theFontName, FontClass theType) |
Private Member Functions | |
FontDropItem () | |
Default FontDropDownListItem constructor. | |
FontDropItem (TCHAR *Name, FontClass FontType) | |
Better FontDropDownListItem constructor. | |
Private Attributes | |
String_64 | FontName |
FontClass | Type |
Definition at line 119 of file fontdrop.h.
|
Default FontDropDownListItem constructor.
Definition at line 160 of file fontdrop.cpp. 00161 { 00162 FontName = _T(""); 00163 Type = FC_UNDEFINED; 00164 }
|
|
Better FontDropDownListItem constructor.
Definition at line 180 of file fontdrop.cpp.
|
|
Definition at line 130 of file fontdrop.h. 00130 { return FontName; }
|
|
Definition at line 131 of file fontdrop.h.
|
|
Definition at line 123 of file fontdrop.h. |
|
Definition at line 124 of file fontdrop.h. |