Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/teraterm/teraterm/font_pp_res.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10806 - (show annotations) (download) (as text)
Sun Jul 23 07:07:41 2023 UTC (10 months, 1 week ago) by zmatsuo
File MIME type: text/x-chdr
File size: 1519 byte(s)
文字を拡大縮小して描画できるようにした

- 拡大縮小して描画できるようにした
  - 2cell幅の文字を1cell幅に縮小して描画
  - 1cell幅の文字を2cell幅に拡大して描画,等
- フォントプロパティーページに設定を追加
  - "Drawing resized font to fit cell width" checkbox
- compat_win.cpp に TransparentBlt() (msimg32.dll) を追加
- ヘルプ追加(enはjaのコピー)
1 //{{NO_DEPENDENCIES}}
2 // Microsoft Visual C++ で生成されたインクルード ファイル。
3 // font_pp.rc で使用
4 //
5 #define IDD_TABSHEET_FONT 129
6 #define IDC_VTWINFONT 1000
7 #define IDC_VTFONT_TITLE 1001
8 #define IDC_VTFONT_EDIT 1002
9 #define IDC_VTFONT_CHOOSE 1003
10 #define IDC_VTFONT_UNICODE 1004
11 #define IDC_VTFONT_ANSI 1005
12 #define IDC_VTFONT_CODEPAGE_LABEL 1006
13 #define IDC_VTFONT_CODEPAGE_EDIT 1007
14 #define IDC_FONT_QUALITY_LABEL 1008
15 #define IDC_FONT_QUALITY 1009
16 #define IDC_CHARACTER_SPACE_TITLE 1010
17 #define IDC_SPACE_TOP 1011
18 #define IDC_SPACE_BOTTOM 1012
19 #define IDC_SPACE_LEFT 1013
20 #define IDC_SPACE_RIGHT 1014
21 #define IDC_DLGFONT 1015
22 #define IDC_DLGFONT_EDIT 1016
23 #define IDC_DLGFONT_CHOOSE 1017
24 #define IDC_DLGFONT_DEFAULT 1018
25 #define IDC_LIST_HIDDEN_FONTS 1019
26 #define IDC_LIST_PRO_FONTS 1020
27 #define IDC_SCALED_FONT 1021
28 #define IDC_RESIZED_FONT 1021
29
30 // Next default values for new objects
31 //
32 #ifdef APSTUDIO_INVOKED
33 #ifndef APSTUDIO_READONLY_SYMBOLS
34 #define _APS_NEXT_RESOURCE_VALUE 102
35 #define _APS_NEXT_COMMAND_VALUE 40001
36 #define _APS_NEXT_CONTROL_VALUE 1022
37 #define _APS_NEXT_SYMED_VALUE 101
38 #endif
39 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26