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_INFO * | PFONT_INFO |
|
Definition at line 23 of file font.h. Referenced by FontEnum(). |
|
Definition at line 22 of file font.h. Referenced by EnumerateFonts(). |
|
Definition at line 51 of file font.h. Referenced by FontEnum(). |
|
|
|
|
|
Definition at line 53 of file font.h. Referenced by WndProc(). |
|
Definition at line 52 of file font.h. Referenced by FindCreateFont(), and FontEnum(). |
|
Definition at line 50 of file font.h. Referenced by CreateScreenBuffer(), FindCreateFont(), FontEnum(), PropertiesDlgShow(), and SetScreenBufferFont(). |
|
Referenced by df(). |
|
|