fontclass.h File Reference

(r1785/r1138)

Go to the source code of this file.

Classes

struct  LOGFONT
struct  ENUMLOGFONT

Typedefs

typedef LOGFONTPLOGFONT
typedef LOGFONTLPLOGFONT

Enumerations

enum  FontClass {
  FC_UNDEFINED = 0, FC_RASTER, FC_DEVICE, FC_TRUETYPE,
  FC_ATM, FC_ILLEGAL
}


Typedef Documentation

typedef LOGFONT * LPLOGFONT
 

Definition at line 129 of file fontclass.h.

typedef LOGFONT* PLOGFONT
 

Definition at line 129 of file fontclass.h.


Enumeration Type Documentation

enum FontClass
 

The types of fonts the OIL font manager recognises so far

Enumerator:
FC_UNDEFINED 
FC_RASTER 
FC_DEVICE 
FC_TRUETYPE 
FC_ATM 
FC_ILLEGAL 

Definition at line 111 of file fontclass.h.

00111                        {
00112     FC_UNDEFINED = 0,
00113     FC_RASTER,
00114     FC_DEVICE,
00115     FC_TRUETYPE,
00116     FC_ATM,
00117 
00118     // Add further font classes before this
00119     FC_ILLEGAL
00120 };


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