Skip to content

Commit 0f84b9d

Browse files
1 parent f971512 commit 0f84b9d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

gui.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
helpname: 'gui'
44
---
55
<div id='vimCodeElement'>
6-
<a class="Constant" href="gui.html" name="gui.txt">gui.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.2.</span>&nbsp;&nbsp;Last change: 2026 Feb 14<br>
6+
<a class="Constant" href="gui.html" name="gui.txt">gui.txt</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For&nbsp;<span class="Identifier">Vim バージョン 9.2.</span>&nbsp;&nbsp;Last change: 2026 Apr 07<br>
77
<br>
88
<br>
99
<span class="Identifier">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VIM リファレンスマニュアル&nbsp;&nbsp;&nbsp;&nbsp;by Bram Moolenaar</span><br>
@@ -1172,11 +1172,21 @@
11721172
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NONANTIALIASED, CLEARTYPE または DEFAULT である。通常は<br>
11731173
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;qDEFAULT&quot; を使用する。<br>
11741174
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;いくつかの品質値はレガシーなOSではサポートされていない。<br>
1175+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fXX - OpenType フォント機能。単一の機能を指定するには、tag=value の形<br>
1176+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;式で指定する。tag は 4 文字の OpenType 機能タグ、value はパラメー<br>
1177+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;タ (0で無効、1 以上で有効 / バリアントを選択) である。複数の機能<br>
1178+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;を指定するには、&quot;:f&quot; オプションを繰り返す。<br>
1179+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;これは、<a class="Type" href="options.html#'renderoptions'">'renderoptions'</a>&nbsp;が DirectWrite (type:directx) を使用する<br>
1180+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ように設定されている場合にのみ有効になる。デフォルトの機能<br>
1181+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(calt、liga など) は、明示的に上書きされない限り保持される。<br>
1182+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;例: &quot;:fss19=1:fcalt=0&quot; は、スタイルセット 19 を有効にし、コンテ<br>
1183+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;キスト代替テキストを無効にする。<br>
11751184
- スペースの代わりに '_' を使用できるので、スペースをエスケープするためにバッ<br>
11761185
&nbsp;&nbsp;クスラッシュを使用する必要はない。<br>
11771186
例:<br>
11781187
<div class="helpExample">&nbsp;&nbsp;&nbsp;&nbsp;:set guifont=courier_new:h12:w5:b:cRUSSIAN<br>
1179-
&nbsp;&nbsp;&nbsp;&nbsp;:set guifont=Andale_Mono:h7.5:w4.5</div>
1188+
&nbsp;&nbsp;&nbsp;&nbsp;:set guifont=Andale_Mono:h7.5:w4.5<br>
1189+
&nbsp;&nbsp;&nbsp;&nbsp;:set guifont=Cascadia_Code:h14:fss19=1:fcalt=1:fliga=1</div>
11801190
<br>
11811191
<a class="Identifier" href="gui_x11.html#font-sizes">font-sizes</a>&nbsp;も参照。<br>
11821192
<br>

0 commit comments

Comments
 (0)