|
|
1.1 root 1: #define MAXFONT 10
2:
3: #define IDC_SHOWUNI 21
4:
5: #define IDD_ABOUT 1
6: #define IDD_SELECT 2
7: #define IDD_RANGE 3
8:
9: #define ID_TYPEFACE 101
10:
11: #define ID_LOW 103
12: #define ID_HIGH 104
13:
14: #define ID_ASCII 105
15: #define ID_LATIN 106
16: #define ID_LATIN_E 107
17: #define ID_LATIN_X 108
18: #define ID_PHONETIC 109
19: #define ID_MODIFIER 110
20: #define ID_DIACRITICAL 111
21: #define ID_GREEK 112
22: #define ID_CYRILLIC 113
23: #define ID_CYRILLIC_X 114
24: #define ID_HEBREW 115
25: #define ID_CURRENCY 116
26: #define ID_LETTERS 117
27: #define ID_ARROWS 118
28: #define ID_MATH 119
29:
30: #define IDM_SHOWUNI 20
31:
32: #define IDM_EXIT 200
33: #define IDM_SHOWCHARS 201
34: #define IDM_SHOWRANGE 202
35: #define IDM_CLEAR 203
36: #define IDM_SELECTFONT 204
37: #define IDM_ABOUT 205
38:
39: LONG APIENTRY ShowUniWndProc(HWND, UINT, WPARAM, LONG);
40: BOOL ShowUniInit(HANDLE);
41: BOOL APIENTRY About(HWND, UINT, WPARAM, LONG);
42: BOOL APIENTRY Range(HWND, UINT, WPARAM, LONG);
43: BOOL APIENTRY SelectFont(HWND, UINT, WPARAM, LONG);
44: VOID ShowCharacters(HDC, int, int);
45: INT APIENTRY EnumFunc(LPLOGFONT, LPTEXTMETRIC, DWORD, LPARAM);
46: VOID SetFaceName(HWND);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.