Annotation of pmsdk/samples/vectfont/vectfont.rc, revision 1.1.1.1
1.1 root 1: /*----------------------------------
2: VECTFONT.RC resource script file
3: ----------------------------------*/
4:
5: #include <os2.h>
6: #include "vectfont.h"
7:
8: MENU ID_RESOURCE
9: {
10: SUBMENU "~Display", -1
11: {
12: MENUITEM "~A.\tNothing", IDM_NOTHING,, MIA_CHECKED
13: MENUITEM "~B.\t24 Point Fonts", IDM_24POINT
14: MENUITEM "~C.\tStretched Font", IDM_STRETCH
15: MENUITEM "~D.\tMirrored Font", IDM_MIRROR
16: MENUITEM "~E.\tCharacter Angles", IDM_CHARANGLE
17: MENUITEM "~F.\tRotated Font", IDM_ROTATE
18: MENUITEM "~G.\tCharacter Shear", IDM_CHARSHEAR
19: MENUITEM "~H.\tFont with Shadow", IDM_SHADOW
20: MENUITEM "~I.\tHollow Font", IDM_HOLLOW
21: MENUITEM "~J.\tDrop Shadow Font", IDM_DROPSHADOW
22: MENUITEM "~K.\tBlock Font", IDM_BLOCK
23: MENUITEM "~L.\tNeon Effect", IDM_NEON
24: MENUITEM "~M.\tFading Font", IDM_FADE
25: MENUITEM "~N.\tClipped Spokes", IDM_SPOKES
26: MENUITEM "~O.\tWavy Colors", IDM_WAVY
27: MENUITEM "~P.\tMod-Clipped Spokes", IDM_MODSPOKES
28: }
29: }
30: