All Posts programming fc-cache : cache fonts

fc-cache : cache fonts

· 107 words · 1 minute read

Scan font directories 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

For more information, check out the man page of fc-cache: https://manned.org/fc-cache .

I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .