ReactOS
0.4.15-dev-4914-g2220e56
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static BOOL | InitFont (IN PFONT_WND_INFO Info) |
static LRESULT CALLBACK | FontWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
BOOL | CreateFontWindow (IN PMAIN_WND_INFO MainWndInfo, IN PFONT_OPEN_INFO OpenInfo) |
BOOL | InitFontWndClass (VOID) |
VOID | UnInitFontWndClass (VOID) |
Variables | |
static const WCHAR | szFontWndClass [] = L"VGAFontEditFontWndClass" |
BOOL CreateFontWindow | ( | IN PMAIN_WND_INFO | MainWndInfo, |
IN PFONT_OPEN_INFO | OpenInfo | ||
) |
Definition at line 363 of file fontwnd.c.
Referenced by DoFileNew(), DoFileOpen(), and MainWndOpenFile().
Definition at line 97 of file fontwnd.c.
Referenced by InitFontWndClass().
|
static |
Definition at line 13 of file fontwnd.c.
Referenced by CreateFontWindow().
Definition at line 421 of file fontwnd.c.
Referenced by wWinMain().
Definition at line 436 of file fontwnd.c.
Referenced by wWinMain().
Definition at line 10 of file fontwnd.c.
Referenced by CreateFontWindow(), InitFontWndClass(), and UnInitFontWndClass().