fontman.h File Reference

(r1785/r1642)

#include "fontbase.h"

Go to the source code of this file.

Classes

class  CachedFontItem
 A font item cached by the font manager. More...
class  FontManager
 The font manager controlling class. More...
class  EnumAllFonts
 This class allows kernel level items to enumerate fonts. To use the class simply derive another from it and implement your own NewFont function. If you then call pMyEnumObj->Execute() your NewFont function will be called for every font the font manager and oil layer support. More...

Defines

#define DEFAULTFONTNAME   _T("Times New Roman")
#define DEFAULTHANDLE   0
#define ILLEGALFHANDLE   0x7FFF
#define FIRSTFONTHANDLE   1
#define HNDLINVALID(handle)   ((handle)==(ILLEGALFHANDLE))
#define HNDLVALID(handle)   ((handle)!=(ILLEGALFHANDLE))


Define Documentation

#define DEFAULTFONTNAME   _T("Times New Roman")
 

Definition at line 111 of file fontman.h.

#define DEFAULTHANDLE   0
 

Definition at line 112 of file fontman.h.

#define FIRSTFONTHANDLE   1
 

Definition at line 114 of file fontman.h.

#define HNDLINVALID handle   )     ((handle)==(ILLEGALFHANDLE))
 

Definition at line 116 of file fontman.h.

#define HNDLVALID handle   )     ((handle)!=(ILLEGALFHANDLE))
 

Definition at line 117 of file fontman.h.

#define ILLEGALFHANDLE   0x7FFF
 

Definition at line 113 of file fontman.h.


Generated on Sat Nov 10 03:49:10 2007 for Camelot by  doxygen 1.4.4