2016-09-28 03:47:15 +02:00
|
|
|
# fc-list
|
|
|
|
|
|
|
|
> List available fonts installed on the system.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://manned.org/fc-list>.
|
2016-09-28 03:47:15 +02:00
|
|
|
|
2019-10-19 10:53:43 -05:00
|
|
|
- Return a list of installed fonts in your system:
|
|
|
|
|
|
|
|
`fc-list`
|
|
|
|
|
2016-09-28 03:47:15 +02:00
|
|
|
- Return a list of installed fonts with given name:
|
|
|
|
|
2016-09-28 15:33:59 +02:00
|
|
|
`fc-list | grep '{{DejaVu Serif}}'`
|
2019-10-19 10:53:43 -05:00
|
|
|
|
|
|
|
- Return the number of installed fonts in your system:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`fc-list | wc {{[-l|--lines]}}`
|
2025-01-04 18:56:09 +00:00
|
|
|
|
|
|
|
- Return a list of installed fonts that support the language based on its locale code:
|
|
|
|
|
|
|
|
`fc-list :lang={{jp}}`
|
|
|
|
|
|
|
|
- Return a list of installed fonts that contain the glyph specified by its Unicode code-point:
|
|
|
|
|
|
|
|
`fc-list :charset={{f303}}`
|