[BTRFS]
[reactos.git] / reactos / base / applications / fontview / fontview.h
1 #pragma once
2
3 #define MAX_LOADSTRING 50
4 #define MAX_BUTTONNAME 30
5
6 #define HEADER_SIZE 37
7 #define BUTTON_POS_X 6
8 #define BUTTON_POS_Y 8
9 #define BUTTON_WIDTH 72
10 #define BUTTON_HEIGHT 21
11
12 #define IDC_INSTALL 1001
13 #define IDC_PRINT 1002
14 #define IDC_DISPLAY 1003
15
16 LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
17
18 BOOL LoadFont(LPWSTR lpCmdLine);