File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *gui.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+ *gui.txt* For Vim バージョン 9.2. Last change: 2026 Apr 07
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -1167,11 +1167,21 @@ Win32のGUIについて *E244* *E245*
11671167 NONANTIALIASED, CLEARTYPE または DEFAULT である。通常は
11681168 "qDEFAULT" を使用する。
11691169 いくつかの品質値はレガシーなOSではサポートされていない。
1170+ fXX - OpenType フォント機能。単一の機能を指定するには、tag=value の形
1171+ 式で指定する。tag は 4 文字の OpenType 機能タグ、value はパラメー
1172+ タ (0で無効、1 以上で有効 / バリアントを選択) である。複数の機能
1173+ を指定するには、":f" オプションを繰り返す。
1174+ これは、'renderoptions' が DirectWrite (type:directx) を使用する
1175+ ように設定されている場合にのみ有効になる。デフォルトの機能
1176+ (calt、liga など) は、明示的に上書きされない限り保持される。
1177+ 例: ":fss19=1:fcalt=0" は、スタイルセット 19 を有効にし、コンテ
1178+ キスト代替テキストを無効にする。
11701179- スペースの代わりに '_' を使用できるので、スペースをエスケープするためにバッ
11711180 クスラッシュを使用する必要はない。
11721181例: >
11731182 :set guifont=courier_new:h12:w5:b:cRUSSIAN
11741183 :set guifont=Andale_Mono:h7.5:w4.5
1184+ :set guifont=Cascadia_Code:h14:fss19=1:fcalt=1:fliga=1
11751185
11761186| font-sizes | も参照。
11771187
Original file line number Diff line number Diff line change 1- *gui.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+ *gui.txt* For Vim version 9.2. Last change: 2026 Apr 07
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1150,11 +1150,22 @@ For the Win32 GUI *E244* *E245*
11501150 NONANTIALIASED, CLEARTYPE and DEFAULT. Normally you would use
11511151 "qDEFAULT".
11521152 Some quality values are not supported in legacy OSs.
1153+ fXX - OpenType font feature. Specify a single feature as
1154+ tag=value, where tag is a 4-character OpenType feature
1155+ tag and value is the parameter (0 to disable, 1 or
1156+ higher to enable/select variant). Multiple features
1157+ can be specified by repeating the ":f" option.
1158+ This only takes effect when 'renderoptions' is set to use
1159+ DirectWrite (type:directx). Default features (calt, liga,
1160+ etc.) are preserved unless explicitly overridden.
1161+ Example: ":fss19=1:fcalt=0" enables Stylistic Set 19
1162+ and disables Contextual Alternates.
11531163- A '_' can be used in the place of a space, so you don't need to use
11541164 backslashes to escape the spaces.
11551165Examples: >
11561166 :set guifont=courier_new:h12:w5:b:cRUSSIAN
11571167 :set guifont=Andale_Mono:h7.5:w4.5
1168+ :set guifont=Cascadia_Code:h14:fss19=1:fcalt=1:fliga=1
11581169
11591170 See also | font-sizes | .
11601171
You can’t perform that action at this time.
0 commit comments