ReactOS 0.4.16-dev-199-g898cc56
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | _fnt_res |
struct | _fnt_test |
Macros | |
#define | ok_int2(expression) |
#define | ok_hex2(expression) |
Typedefs | |
typedef struct _fnt_res | fnt_res |
typedef struct _fnt_test | fnt_test |
Functions | |
static void | test_font_caps (HDC hdc, int test_index) |
static BOOL | is_font_available (HDC hdc, const char *fontName) |
START_TEST (AddFontMemResourceEx) | |
Variables | |
static fnt_test | test_data [] |
#define ok_hex2 | ( | expression | ) |
Definition at line 212 of file AddFontMemResourceEx.c.
#define ok_int2 | ( | expression | ) |
Definition at line 281 of file AddFontMemResourceEx.c.
Referenced by START_TEST().
START_TEST | ( | AddFontMemResourceEx | ) |
Definition at line 307 of file AddFontMemResourceEx.c.
Definition at line 220 of file AddFontMemResourceEx.c.
Referenced by START_TEST().
Definition at line 29 of file AddFontMemResourceEx.c.