ReactOS 0.4.15-dev-6069-g56a4501
|
Functions | |
HFONT | MakeFont (IN HDC hDestDC, IN LPCSTR typeface_name, IN int point_size, IN const BYTE charset, IN const DWORD style) |
Variables | |
static const ULONG | FS_NONE = 0x00000000 |
static const ULONG | FS_BOLD = 0x00000001 |
static const ULONG | FS_ITALIC = 0x00000002 |
static const ULONG | FS_UNDERLINE = 0x00000004 |
static const ULONG | FS_STRIKEOUT = 0x00000008 |
static const ULONG | FS_NONE = 0x00000000 |
static const ULONG | FS_BOLD = 0x00000001 |
static const ULONG | FS_ITALIC = 0x00000002 |
static const ULONG | FS_UNDERLINE = 0x00000004 |
static const ULONG | FS_STRIKEOUT = 0x00000008 |
HFONT font::MakeFont | ( | IN HDC | hDestDC, |
IN LPCSTR | typeface_name, | ||
IN int | point_size, | ||
IN const BYTE | charset, | ||
IN const DWORD | style | ||
) |
Definition at line 23 of file mk_font.cpp.
Referenced by MainWndProc().
Definition at line 25 of file mk_font.h.
Referenced by MainWndProc(), and MakeFont().
Definition at line 26 of file mk_font.h.
Referenced by MakeFont().
Definition at line 28 of file mk_font.h.
Referenced by MakeFont().
Definition at line 27 of file mk_font.h.
Referenced by MainWndProc(), and MakeFont().