ReactOS 0.4.16-dev-297-gc569aee
|
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
#include <strsafe.h>
#include "resource.h"
#include "customwndclasses.h"
#include "raw.h"
#include "cpi.h"
#include "psf.h"
Go to the source code of this file.
Classes | |
struct | _VGAFONT |
struct | _MAIN_WND_INFO |
struct | _FONT_OPEN_INFO |
struct | _FONT_WND_INFO |
struct | _EDIT_GLYPH_INFO |
Typedefs | |
typedef struct _VGAFONT | VGAFONT |
typedef struct _VGAFONT * | PVGAFONT |
typedef struct _FONT_WND_INFO | FONT_WND_INFO |
typedef struct _FONT_WND_INFO * | PFONT_WND_INFO |
typedef struct _EDIT_GLYPH_INFO | EDIT_GLYPH_INFO |
typedef struct _EDIT_GLYPH_INFO * | PEDIT_GLYPH_INFO |
typedef struct _MAIN_WND_INFO | MAIN_WND_INFO |
typedef struct _MAIN_WND_INFO * | PMAIN_WND_INFO |
typedef struct _FONT_OPEN_INFO | FONT_OPEN_INFO |
typedef struct _FONT_OPEN_INFO * | PFONT_OPEN_INFO |
Enumerations | |
enum | VGAFONT_TYPE { RAW , CPI , PSF } |
Variables | |
PWSTR | szAppName |
HINSTANCE | hInstance |
HANDLE | hProcessHeap |
UINT | uCharacterClipboardFormat |
#define CHARACTER_BOX_HEIGHT (CHARACTER_INFO_BOX_HEIGHT + CHARACTER_BITMAP_BOX_HEIGHT) |
#define CHARACTER_BOX_WIDTH (CHARACTER_INFO_BOX_WIDTH) |
#define FONT_BOXES_WND_HEIGHT (CHARACTER_BOX_HEIGHT * 16 + CHARACTER_BOX_PADDING * 15) |
#define FONT_BOXES_WND_WIDTH (CHARACTER_BOX_WIDTH * 16 + CHARACTER_BOX_PADDING * 15) |
#define FONT_WND_MIN_HEIGHT (FONT_BOXES_WND_HEIGHT + GetSystemMetrics(SM_CYCAPTION) + 25) |
#define FONT_WND_MIN_WIDTH (FONT_BOXES_WND_WIDTH + 25) |
typedef struct _EDIT_GLYPH_INFO EDIT_GLYPH_INFO |
typedef struct _FONT_OPEN_INFO FONT_OPEN_INFO |
typedef struct _FONT_WND_INFO FONT_WND_INFO |
typedef struct _MAIN_WND_INFO MAIN_WND_INFO |
typedef struct _EDIT_GLYPH_INFO * PEDIT_GLYPH_INFO |
typedef struct _FONT_OPEN_INFO * PFONT_OPEN_INFO |
typedef struct _FONT_WND_INFO * PFONT_WND_INFO |
typedef struct _MAIN_WND_INFO * PMAIN_WND_INFO |
Definition at line 11 of file aboutdlg.c.
VOID CreateFontBoxesWindow | ( | PFONT_WND_INFO | FontWndInfo | ) |
BOOL CreateFontWindow | ( | PMAIN_WND_INFO | MainWndInfo, |
PFONT_OPEN_INFO | OpenInfo | ||
) |
BOOL CreateMainWindow | ( | IN INT | nCmdShow, |
OUT PMAIN_WND_INFO * | Info | ||
) |
Definition at line 608 of file mainwnd.c.
VOID DoFileSave | ( | IN PMAIN_WND_INFO | Info, |
IN BOOL | bSaveAs | ||
) |
Definition at line 289 of file mainwnd.c.
Referenced by FontWndProc(), and MenuCommand().
Definition at line 36 of file opensave.c.
VOID EditCurrentGlyph | ( | PFONT_WND_INFO | FontWndInfo | ) |
Definition at line 182 of file fontboxeswnd.c.
Referenced by FontBoxesWndProc(), and MenuCommand().
Definition at line 119 of file editglyphdlg.c.
Referenced by EditCurrentGlyph().
Definition at line 8 of file opensave.c.
|
static |
Definition at line 142 of file precomp.h.
Referenced by EditGlyphCommand(), PasteIntoCurrentGlyph(), and SetSelectedCharacter().
Definition at line 25 of file fontboxeswnd.c.
Referenced by DrawProc(), EditGlyphCommand(), FontBoxesHitTest(), PasteIntoCurrentGlyph(), and SetSelectedCharacter().
Definition at line 283 of file editglyphdlg.c.
Referenced by wWinMain().
Definition at line 330 of file fontboxeswnd.c.
Referenced by wWinMain().
Definition at line 426 of file fontwnd.c.
Referenced by wWinMain().
Definition at line 641 of file mainwnd.c.
Referenced by wWinMain().
Definition at line 103 of file misc.c.
Referenced by DoFileSave(), and InitFont().
VOID SetPasteButtonState | ( | IN PMAIN_WND_INFO | Info | ) |
Definition at line 389 of file mainwnd.c.
Referenced by FontWndProc(), InitMainWnd(), and MainWndProc().
VOID SetToolbarFileButtonState | ( | IN PMAIN_WND_INFO | Info, |
BOOL | bEnabled | ||
) |
Definition at line 302 of file editglyphdlg.c.
Referenced by wWinMain().
Definition at line 345 of file fontboxeswnd.c.
Referenced by wWinMain().
Definition at line 441 of file fontwnd.c.
Referenced by wWinMain().
Definition at line 656 of file mainwnd.c.
Referenced by wWinMain().
|
extern |
Definition at line 37 of file kbswitch.c.
|
extern |
Definition at line 18 of file solitaire.cpp.
|
extern |
Definition at line 15 of file main.c.
Referenced by CopyCurrentGlyph(), InitMenuPopup(), PasteIntoCurrentGlyph(), SetPasteButtonState(), and wWinMain().