Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

font.h File Reference

Go to the source code of this file.

Classes

struct  _FONT_INFO

Defines

#define INITIAL_FONTS   20
#define FONT_INCREMENT   3
#define TM_IS_TT_FONT(x)   (((x) & TMPF_TRUETYPE) == TMPF_TRUETYPE)
#define IS_BOLD(w)   ((w) >= FW_SEMIBOLD)
#define SIZE_EQUAL(s1, s2)   (((s1).X == (s2).X) && ((s1).Y == (s2).Y))
#define POINTS_PER_INCH   72
#define MIN_PIXEL_HEIGHT   5
#define MAX_PIXEL_HEIGHT   72

Typedefs

typedef _FONT_INFO FONT_INFO
typedef _FONT_INFOPFONT_INFO


Define Documentation

#define FONT_INCREMENT   3
 

Definition at line 23 of file font.h.

Referenced by FontEnum().

#define INITIAL_FONTS   20
 

Definition at line 22 of file font.h.

Referenced by EnumerateFonts().

#define IS_BOLD  )     ((w) >= FW_SEMIBOLD)
 

Definition at line 51 of file font.h.

Referenced by FontEnum().

#define MAX_PIXEL_HEIGHT   72
 

Definition at line 55 of file font.h.

#define MIN_PIXEL_HEIGHT   5
 

Definition at line 54 of file font.h.

#define POINTS_PER_INCH   72
 

Definition at line 53 of file font.h.

Referenced by WndProc().

#define SIZE_EQUAL s1,
s2   )     (((s1).X == (s2).X) && ((s1).Y == (s2).Y))
 

Definition at line 52 of file font.h.

Referenced by FindCreateFont(), and FontEnum().

#define TM_IS_TT_FONT  )     (((x) & TMPF_TRUETYPE) == TMPF_TRUETYPE)
 

Definition at line 50 of file font.h.

Referenced by CreateScreenBuffer(), FindCreateFont(), FontEnum(), PropertiesDlgShow(), and SetScreenBufferFont().


Typedef Documentation

typedef struct _FONT_INFO FONT_INFO
 

Referenced by df().

typedef struct _FONT_INFO * PFONT_INFO
 


Generated on Sat May 15 19:43:44 2004 for test by doxygen 1.3.7