2016-09-28 02:47:15 +01:00
|
|
|
# fc-list
|
|
|
|
|
|
|
|
> List available fonts installed on the system.
|
2021-07-09 15:45:55 +01:00
|
|
|
> More information: <https://manned.org/fc-list>.
|
2016-09-28 02:47:15 +01:00
|
|
|
|
2019-10-19 16:53:43 +01:00
|
|
|
- Return a list of installed fonts in your system:
|
|
|
|
|
|
|
|
`fc-list`
|
|
|
|
|
2016-09-28 02:47:15 +01:00
|
|
|
- Return a list of installed fonts with given name:
|
|
|
|
|
2016-09-28 14:33:59 +01:00
|
|
|
`fc-list | grep '{{DejaVu Serif}}'`
|
2019-10-19 16:53:43 +01:00
|
|
|
|
|
|
|
- Return the number of installed fonts in your system:
|
|
|
|
|
|
|
|
`fc-list | wc -l`
|