ReactOS
0.4.12-dev-721-g03c3dd5
|
Go to the source code of this file.
Classes | |
struct | DISPLAYDATA |
Macros | |
#define | SPACING1 8 |
#define | SPACING2 5 |
Functions | |
LRESULT CALLBACK | DisplayProc (HWND, UINT, WPARAM, LPARAM) |
BOOL | Display_InitClass (HINSTANCE hInstance) |
static int | Display_DrawText (HDC hDC, DISPLAYDATA *pData, int nYPos) |
static int CALLBACK | EnumFontFamProcW (const LOGFONTW *lpelfe, const TEXTMETRICW *lptm, DWORD FontType, LPARAM lParam) |
static LRESULT | Display_SetTypeFace (HWND hwnd, PLOGFONTW pLogFont) |
static LRESULT | Display_SetString (HWND hwnd, LPCWSTR pszString) |
static LRESULT | Display_OnCreate (HWND hwnd) |
static LRESULT | Display_OnPaint (HWND hwnd) |
static LRESULT | Display_OnSize (HWND hwnd) |
static LRESULT | Display_OnVScroll (HWND hwnd, WPARAM wParam) |
static LRESULT | Display_OnDestroy (HWND hwnd) |
LRESULT | Display_OnPrint (HWND hwnd) |
LRESULT | Display_GetFullName (HWND hwnd, INT length, PWSTR ptr) |
Variables | |
INT | g_NumFonts |
WCHAR | g_FontTitle [] |
const WCHAR | g_szFontDisplayClassName [] = L"FontDisplayClass" |
|
static |
Definition at line 82 of file display.c.
Referenced by Display_OnPaint(), Display_OnPrint(), and Display_SetTypeFace().
Definition at line 525 of file display.c.
Referenced by DisplayProc().
Definition at line 55 of file display.c.
Referenced by wWinMain().
Definition at line 269 of file display.c.
Referenced by DisplayProc().
Definition at line 413 of file display.c.
Referenced by DisplayProc().
Definition at line 304 of file display.c.
Referenced by DisplayProc().
Definition at line 437 of file display.c.
Referenced by MainWndProc().
Definition at line 331 of file display.c.
Referenced by DisplayProc().
Definition at line 366 of file display.c.
Referenced by DisplayProc().
Definition at line 256 of file display.c.
Referenced by Display_OnCreate(), and DisplayProc().
Definition at line 168 of file display.c.
Referenced by Display_OnCreate(), and DisplayProc().
Definition at line 543 of file display.c.
Referenced by Display_InitClass().
|
static |
Definition at line 147 of file display.c.
Referenced by Display_SetTypeFace().
WCHAR g_FontTitle[] |
Definition at line 39 of file fontview.c.
Referenced by wWinMain().
INT g_NumFonts |
Definition at line 36 of file fontview.c.
Referenced by MainWnd_OnCreate(), MainWnd_OnNext(), and wWinMain().
Definition at line 34 of file display.c.
Referenced by Display_InitClass(), and MainWnd_OnCreate().