ReactOS 0.4.15-dev-8636-g945e856
|
#include <windows.h>
Go to the source code of this file.
Namespaces | |
namespace | font |
Functions | |
HFONT | font::MakeFont (IN HDC hDestDC, IN LPCSTR typeface_name, IN int point_size, IN const BYTE charset, IN const DWORD style) |
Variables | |
static const ULONG | font::FS_NONE = 0x00000000 |
static const ULONG | font::FS_BOLD = 0x00000001 |
static const ULONG | font::FS_ITALIC = 0x00000002 |
static const ULONG | font::FS_UNDERLINE = 0x00000004 |
static const ULONG | font::FS_STRIKEOUT = 0x00000008 |