fc*: move to common (#6510)

This commit is contained in:
marchersimon
2021-09-13 15:25:39 +02:00
committed by GitHub
parent ac46610ce6
commit 7786008d9e
8 changed files with 0 additions and 0 deletions

View File

@@ -1,16 +0,0 @@
# fc-cache
> 扫描字体目录,以便建立字体缓存文件。
> 更多信息:<https://manned.org/fc-cache>.
- 生成字体缓存文件:
`fc-cache`
- 强制重建所有字体缓存文件,而不检查缓存是否为最新版本:
`fc-cache -f`
- 删除字体缓存文件,然后生成新的字体缓存文件:
`fc-cache -r`

View File

@@ -1,16 +0,0 @@
# fc-list
> 列出系统上安装的可用字体。
> 更多信息:<https://manned.org/fc-list>.
- 返回系统中已安装字体的列表:
`fc-list`
- 返回具有给定名称的已安装字体的列表:
`fc-list | grep '{{DejaVu Serif}}'`
- 返回系统中已安装字体的数量:
`fc-list | wc -l`