ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static VOID | DrawCharacterPixel (IN PAINTSTRUCT *ps, IN UINT uCharacter, IN UCHAR uRow, IN UCHAR uColumn, IN UCHAR uBit, IN COLORREF clBackground) |
VOID | GetCharacterRect (IN UINT uFontRow, IN UINT uFontColumn, OUT LPRECT CharacterRect) |
static INT | FontBoxesHitTest (IN UINT xPos, IN UINT yPos, OUT LPRECT CharacterRect) |
static VOID | SetSelectedCharacter (IN PFONT_WND_INFO Info, IN UINT uNewCharacter, OPTIONAL IN LPRECT NewCharacterRect) |
static VOID | DrawProc (IN PFONT_WND_INFO Info, IN PAINTSTRUCT *ps) |
VOID | EditCurrentGlyph (PFONT_WND_INFO FontWndInfo) |
VOID | CreateFontBoxesWindow (IN PFONT_WND_INFO FontWndInfo) |
static LRESULT CALLBACK | FontBoxesWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
BOOL | InitFontBoxesWndClass (VOID) |
VOID | UnInitFontBoxesWndClass (VOID) |
Variables | |
static const WCHAR | szFontBoxesWndClass [] = L"VGAFontEditFontBoxesWndClass" |
VOID CreateFontBoxesWindow | ( | IN PFONT_WND_INFO | FontWndInfo | ) |
Definition at line 224 of file fontboxeswnd.c.
Referenced by FontWndProc().
|
static |
Definition at line 13 of file fontboxeswnd.c.
Referenced by DrawProc().
|
static |
Definition at line 83 of file fontboxeswnd.c.
Referenced by FontBoxesWndProc().
VOID EditCurrentGlyph | ( | PFONT_WND_INFO | FontWndInfo | ) |
Definition at line 182 of file fontboxeswnd.c.
Referenced by FontBoxesWndProc(), and MenuCommand().
Definition at line 34 of file fontboxeswnd.c.
Referenced by FontBoxesWndProc().
|
static |
Definition at line 241 of file fontboxeswnd.c.
Referenced by InitFontBoxesWndClass().
Definition at line 25 of file fontboxeswnd.c.
Referenced by DrawProc(), EditGlyphCommand(), FontBoxesHitTest(), PasteIntoCurrentGlyph(), and SetSelectedCharacter().
Definition at line 330 of file fontboxeswnd.c.
Referenced by wWinMain().
|
static |
Definition at line 52 of file fontboxeswnd.c.
Referenced by FontBoxesWndProc().
Definition at line 345 of file fontboxeswnd.c.
Referenced by wWinMain().
Definition at line 10 of file fontboxeswnd.c.
Referenced by CreateFontBoxesWindow(), InitFontBoxesWndClass(), and UnInitFontBoxesWndClass().