ReactOS 0.4.16-dev-1-gcf26321
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | FONT_SEL_TEST |
Macros | |
#define | trace_if(val, msg) do { if (!(val)) trace(msg); } while (0) |
#define | _TMPF_VAR_PITCH TMPF_FIXED_PITCH |
#define | _TMPF_VAR_PITCH TMPF_FIXED_PITCH |
Typedefs | |
typedef enum TRISTATE | TRISTATE |
typedef struct FONT_SEL_TEST | FONT_SEL_TEST |
Enumerations | |
enum | TRISTATE { TS_UNKNOWN , TS_TRUE , TS_FALSE } |
Functions | |
void | Test_CreateFontIndirectA (void) |
void | Test_CreateFontIndirectW (void) |
void | Test_CreateFontIndirectExA (void) |
void | Test_CreateFontIndirectExW (void) |
static INT CALLBACK | is_truetype_font_proc (const LOGFONTA *elf, const TEXTMETRICA *ntm, DWORD type, LPARAM lParam) |
static BOOL | is_truetype_font_installed (HDC hDC, const char *name) |
static INT CALLBACK | is_charset_font_proc (const LOGFONTA *elf, const TEXTMETRICA *ntm, DWORD type, LPARAM lParam) |
static BOOL | is_charset_font_installed (HDC hDC, BYTE CharSet) |
static INT CALLBACK | is_fixed_charset_font_proc (const LOGFONTA *elf, const TEXTMETRICA *ntm, DWORD type, LPARAM lParam) |
static BOOL | is_fixed_charset_font_installed (HDC hDC, BYTE CharSet) |
static void | Test_FontPresence (void) |
static void | Test_FontSelectionEntry (HDC hDC, UINT nIndex, FONT_SEL_TEST *Entry) |
static void | Test_FontSelection (void) |
START_TEST (CreateFontIndirect) | |
Variables | |
static FONT_SEL_TEST | g_Entries [] |
#define _TMPF_VAR_PITCH TMPF_FIXED_PITCH |
Definition at line 288 of file CreateFontIndirect.c.
#define _TMPF_VAR_PITCH TMPF_FIXED_PITCH |
Definition at line 288 of file CreateFontIndirect.c.
Definition at line 11 of file CreateFontIndirect.c.
typedef struct FONT_SEL_TEST FONT_SEL_TEST |
Enumerator | |
---|---|
TS_UNKNOWN | |
TS_TRUE | |
TS_FALSE |
Definition at line 290 of file CreateFontIndirect.c.
Definition at line 200 of file CreateFontIndirect.c.
Referenced by Test_FontPresence(), and Test_FontSelection().
|
static |
Definition at line 192 of file CreateFontIndirect.c.
Referenced by is_charset_font_installed().
Definition at line 223 of file CreateFontIndirect.c.
Referenced by Test_FontPresence().
|
static |
Definition at line 214 of file CreateFontIndirect.c.
Referenced by is_fixed_charset_font_installed().
Definition at line 180 of file CreateFontIndirect.c.
Referenced by Test_FontPresence().
|
static |
Definition at line 172 of file CreateFontIndirect.c.
Referenced by is_truetype_font_installed().
START_TEST | ( | CreateFontIndirect | ) |
Definition at line 765 of file CreateFontIndirect.c.
Definition at line 14 of file CreateFontIndirect.c.
Referenced by START_TEST().
Definition at line 79 of file CreateFontIndirect.c.
Referenced by START_TEST().
Definition at line 125 of file CreateFontIndirect.c.
Referenced by START_TEST().
Definition at line 46 of file CreateFontIndirect.c.
Referenced by START_TEST().
Definition at line 234 of file CreateFontIndirect.c.
Referenced by START_TEST().
Definition at line 748 of file CreateFontIndirect.c.
Referenced by START_TEST().
|
static |
Definition at line 675 of file CreateFontIndirect.c.
Referenced by Test_FontSelection().
|
static |
Definition at line 318 of file CreateFontIndirect.c.
Referenced by Test_FontSelection().