-
Notifications
You must be signed in to change notification settings - Fork 0
/
VECTFONT.RC
29 lines (27 loc) · 1.15 KB
/
VECTFONT.RC
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*----------------------------------
VECTFONT.RC resource script file
----------------------------------*/
#include <os2.h>
#include "vectfont.h"
MENU ID_RESOURCE
{
SUBMENU "~Display", -1
{
MENUITEM "~A.\tNothing", IDM_NOTHING,, MIA_CHECKED
MENUITEM "~B.\t24 Point Fonts", IDM_24POINT
MENUITEM "~C.\tStretched Font", IDM_STRETCH
MENUITEM "~D.\tMirrored Font", IDM_MIRROR
MENUITEM "~E.\tCharacter Angles", IDM_CHARANGLE
MENUITEM "~F.\tRotated Font", IDM_ROTATE
MENUITEM "~G.\tCharacter Shear", IDM_CHARSHEAR
MENUITEM "~H.\tFont with Shadow", IDM_SHADOW
MENUITEM "~I.\tHollow Font", IDM_HOLLOW
MENUITEM "~J.\tDrop Shadow Font", IDM_DROPSHADOW
MENUITEM "~K.\tBlock Font", IDM_BLOCK
MENUITEM "~L.\tNeon Effect", IDM_NEON
MENUITEM "~M.\tFading Font", IDM_FADE
MENUITEM "~N.\tClipped Spokes", IDM_SPOKES
MENUITEM "~O.\tWavy Colors", IDM_WAVY
MENUITEM "~P.\tMod-Clipped Spokes", IDM_MODSPOKES
}
}