fc*: move to common (#6510)
This commit is contained in:
16
pages.zh/common/fc-list.md
Normal file
16
pages.zh/common/fc-list.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# fc-list
|
||||
|
||||
> 列出系统上安装的可用字体。
|
||||
> 更多信息:<https://manned.org/fc-list>.
|
||||
|
||||
- 返回系统中已安装字体的列表:
|
||||
|
||||
`fc-list`
|
||||
|
||||
- 返回具有给定名称的已安装字体的列表:
|
||||
|
||||
`fc-list | grep '{{DejaVu Serif}}'`
|
||||
|
||||
- 返回系统中已安装字体的数量:
|
||||
|
||||
`fc-list | wc -l`
|
Reference in New Issue
Block a user