From 6cce30d20a5f176598dfea496222cbe30f66e98a Mon Sep 17 00:00:00 2001 From: Jesser Sison Date: Mon, 21 Oct 2019 13:46:05 -0700 Subject: [PATCH] fc-cache: add new page (#3452) --- pages/linux/fc-cache.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/fc-cache.md diff --git a/pages/linux/fc-cache.md b/pages/linux/fc-cache.md new file mode 100644 index 0000000000..47e8592aa2 --- /dev/null +++ b/pages/linux/fc-cache.md @@ -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`