OpenBezFont Class Reference
 
 
 
OpenBezFont Class Reference

#include <bezfont.h>

Inheritance diagram for OpenBezFont:
MaxHeapOperators

Class Description

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.

Constructor & Destructor Documentation

OpenBezFont ( ) [inline]
{}
OpenBezFont ( int  i,
DWORD  f,
BEZFONTHANDLE  h,
BezFont l 
) [inline]
{ index=i; flags=f; handle=h; count=1; loader=l; }
CoreExport ~OpenBezFont ( )

Member Data Documentation

DWORD flags

The style flags.

The handle we know the font by.

int count

The number of users.

The loader for the font.