#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)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4