#include <sgfonts.h>
Inheritance diagram for SGATMItem:
Public Member Functions | |
SGATMItem () | |
~SGATMItem () | |
SGATMItem (KernelBitmap *PreviewFontsToDisplay, String_64 *Name, INT32 IL=0, PLOGFONT lpelf=NULL, UINT32 TheID=0) | |
virtual void | GetFullInfoText (String_256 *Result) |
Returns the full-info text for this item, to support simple searching operations, and redraw methods for font items. Notes:. | |
virtual BOOL | CreateThumbnail (KernelBitmap **Bitmap) |
Creates a bitmap for this font We assume the item contains a valid logfont structure. | |
Private Member Functions | |
CC_DECLARE_DYNAMIC (SGATMItem) |
Definition at line 303 of file sgfonts.h.
|
|
|
|
|
|
|
|
|
Creates a bitmap for this font We assume the item contains a valid logfont structure.
Reimplemented from SGDisplayPreviewFonts. |
|
Returns the full-info text for this item, to support simple searching operations, and redraw methods for font items. Notes:.
Reimplemented from SGDisplayPreviewFonts. |