ReactOS 0.4.16-dev-125-g798ea90
|
#include "precomp.h"
Go to the source code of this file.
Typedefs | |
typedef int | WRAP_ENUM_FONT_FAMILIES(_In_ HDC, _In_ PCWSTR, _In_ PVOID, _In_ LPARAM) |
typedef WRAP_ENUM_FONT_FAMILIES * | PWRAP_ENUM_FONT_FAMILIES |
Functions | |
static int | WrapEnumFontFamiliesA (_In_ HDC hdc, _In_ PCWSTR Family, _In_ PVOID EnumProc, _In_ LPARAM lParam) |
static int | WrapEnumFontFamiliesW (_In_ HDC hdc, _In_ PCWSTR Family, _In_ PVOID EnumProc, _In_ LPARAM lParam) |
static int | WrapEnumFontFamiliesExA (_In_ HDC hdc, _In_ PCWSTR Family, _In_ PVOID EnumProc, _In_ LPARAM lParam) |
static int | WrapEnumFontFamiliesExW (_In_ HDC hdc, _In_ PCWSTR Family, _In_ PVOID EnumProc, _In_ LPARAM lParam) |
static int CALLBACK | EnumProcA (_In_ const LOGFONTA *elf, _In_ const TEXTMETRICA *ntm, _In_ DWORD FontType, _In_ LPARAM lParam) |
static int CALLBACK | EnumProcW (_In_ const LOGFONTW *elf, _In_ const TEXTMETRICW *ntm, _In_ DWORD FontType, _In_ LPARAM lParam) |
static void | TestEnumFontFamilies (_In_ HDC hdc, _In_ PCWSTR FontName, _In_ BOOLEAN ExpectToFind) |
START_TEST (EnumFontFamilies) | |
Variables | |
static BYTE | ContextContinue |
static BYTE | ContextStop |
static int | EnumProcCalls |
static ENUMLOGFONTA | LastFontA |
static ENUMLOGFONTW | LastFontW |
Definition at line 18 of file EnumFontFamilies.c.
Definition at line 17 of file EnumFontFamilies.c.
|
static |
Definition at line 81 of file EnumFontFamilies.c.
Referenced by TestEnumFontFamilies().
|
static |
Definition at line 101 of file EnumFontFamilies.c.
Referenced by TestEnumFontFamilies().
START_TEST | ( | EnumFontFamilies | ) |
Definition at line 187 of file EnumFontFamilies.c.
|
static |
Definition at line 120 of file EnumFontFamilies.c.
Referenced by START_TEST().
|
static |
Definition at line 22 of file EnumFontFamilies.c.
Referenced by TestEnumFontFamilies().
|
static |
Definition at line 46 of file EnumFontFamilies.c.
Referenced by TestEnumFontFamilies().
|
static |
Definition at line 63 of file EnumFontFamilies.c.
Referenced by TestEnumFontFamilies().
|
static |
Definition at line 35 of file EnumFontFamilies.c.
Referenced by TestEnumFontFamilies().
|
static |
Definition at line 10 of file EnumFontFamilies.c.
Referenced by EnumProcA(), EnumProcW(), and TestEnumFontFamilies().
|
static |
Definition at line 11 of file EnumFontFamilies.c.
Referenced by EnumProcA(), EnumProcW(), and TestEnumFontFamilies().
|
static |
Definition at line 13 of file EnumFontFamilies.c.
Referenced by EnumProcA(), EnumProcW(), and TestEnumFontFamilies().
|
static |
Definition at line 14 of file EnumFontFamilies.c.
Referenced by EnumProcA().
|
static |
Definition at line 15 of file EnumFontFamilies.c.
Referenced by EnumProcW().