fc-cache: add new page (#3452)

This commit is contained in:
Jesser Sison
2019-10-21 13:46:05 -07:00
committed by Marco Bonelli
parent 4d8a24c6a5
commit 6cce30d20a

15
pages/linux/fc-cache.md Normal file
View File

@@ -0,0 +1,15 @@
# fc-cache
> Scan font directories in order to build font cache files.
- Generate font cache files:
`fc-cache`
- Force a rebuild of all font cache files, without checking if cache is up-to-date:
`fc-cache -f`
- Erase font cache files, then generate new font cache files:
`fc-cache -r`