uTools-Manuals/docs/linux/xlsfonts.html
2019-04-21 11:50:48 +08:00

17 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="xlsfonts">xlsfonts</h1>
<p>列出X Server使用的字体</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>xlsfonts命令</strong> 列出X Server使用的字体也能使用范本样式仅列出的符合条件的字体。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">xlsfonts(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-l除字体名称外同时列出字体的属性
-ll此参数的效果和指定&quot;l&quot;参数类似,但显示更详细的信息;
-lll此参数的效果和指定&quot;ll&quot;参数类似,但显示更详细的信息;
-m配合参数&quot;-l&quot;使用时,一并列出字体大小的上下限;
-n&lt;显示栏位数&gt;:设置每列显示的栏位数;
-o以OpenFont的形式列出字体清单
-u列出字体清单时不依照其名称排序
-w&lt;每列字符数&gt;:设置每列的最大字符数。</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->