# xlsfonts

列出X Server使用的字体

## 补充说明

**xlsfonts命令** 列出X Server使用的字体，也能使用范本样式仅列出的符合条件的字体。

### 语法

```
xlsfonts(选项)
```

### 选项

```
-l：除字体名称外，同时列出字体的属性；
-ll：此参数的效果和指定"l"参数类似，但显示更详细的信息；
-lll：此参数的效果和指定"ll"参数类似，但显示更详细的信息；
-m：配合参数"-l"使用时，一并列出字体大小的上下限；
-n<显示栏位数>：设置每列显示的栏位数；
-o：以OpenFont的形式列出字体清单；
-u：列出字体清单时不依照其名称排序；
-w<每列字符数>：设置每列的最大字符数。
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang.gitbook.io/linux/ming-ling/xlsfonts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
