2019-10-21 13:46:05 -07:00
|
|
|
# fc-cache
|
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
> Scan font directories to build font cache files.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://manned.org/fc-cache>.
|
2019-10-21 13:46:05 -07:00
|
|
|
|
|
|
|
- Generate font cache files:
|
|
|
|
|
|
|
|
`fc-cache`
|
|
|
|
|
2025-05-02 18:52:40 +10:00
|
|
|
- Generate font cache files verbosely:
|
|
|
|
|
|
|
|
`fc-cache {{[-v|--verbose]}}`
|
|
|
|
|
2019-10-21 13:46:05 -07:00
|
|
|
- Force a rebuild of all font cache files, without checking if cache is up-to-date:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`fc-cache {{[-f|--force]}}`
|
2019-10-21 13:46:05 -07:00
|
|
|
|
|
|
|
- Erase font cache files, then generate new font cache files:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`fc-cache {{[-r|--really-force]}}`
|
2025-05-02 18:52:40 +10:00
|
|
|
|
|
|
|
- Scan a specific directory:
|
|
|
|
|
|
|
|
`fc-cache {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Scan system-wide directories, skipping the user's home directory:
|
|
|
|
|
|
|
|
`fc-cache {{[-s|--system-only]}}`
|
|
|
|
|
|
|
|
- Display version:
|
|
|
|
|
|
|
|
`fc-cache {{[-V|--version]}}`
|