#include "ccpanose.h"
Go to the source code of this file.
Classes | |
class | FontBase |
A class which all Oil level fonts should be derived from. Its really an abstract class but contains some other functionaity too. More... | |
class | OILFontMan |
The base font class controller inside the WinOil. The kernel should make calls to this font manager class only. The class acts as a switching layer calling other OIL level font managers dependent on the type of font in use. More... | |
class | OILEnumFonts |
A class which allows kernel level and tool functions to inherit the ability to enum fonts. The class will call each OIL level font manager to enum their own specific set of fonts and the results will be returned to the derived NewFont() function. More... | |
Defines | |
#define | OILFONTLIMIT 2048 |
|
Definition at line 118 of file fontbase.h. |