#include <bezfont.h>
A class used to list the fonts currently open.
Public Member Functions |
|
OpenBezFont () | |
OpenBezFont (int i, DWORD f, BEZFONTHANDLE h, BezFont *l) | |
CoreExport | ~OpenBezFont () |
Public Attributes |
|
int | index |
The index in AvailableFont.
|
|
DWORD | flags |
The style flags. |
|
BEZFONTHANDLE | handle |
The handle we know the font by. |
|
int | count |
The number of users. |
|
BezFont * | loader |
The loader for the font. |
OpenBezFont | ( | ) | [inline] |
{}
OpenBezFont | ( | int | i, |
DWORD | f, | ||
BEZFONTHANDLE | h, | ||
BezFont * | l | ||
) | [inline] |
CoreExport ~OpenBezFont | ( | ) |
int index |
The index in AvailableFont.
DWORD flags |
The style flags.
The handle we know the font by.
int count |
The number of users.
The loader for the font.