fc-list: add 2 new commands and examples (#3436)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
ecebc82020
commit
7eb53efa9f
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
> List available fonts installed on the system.
|
> List available fonts installed on the system.
|
||||||
|
|
||||||
|
- Return a list of installed fonts in your system:
|
||||||
|
|
||||||
|
`fc-list`
|
||||||
|
|
||||||
- Return a list of installed fonts with given name:
|
- Return a list of installed fonts with given name:
|
||||||
|
|
||||||
`fc-list | grep '{{DejaVu Serif}}'`
|
`fc-list | grep '{{DejaVu Serif}}'`
|
||||||
|
|
||||||
|
- Return the number of installed fonts in your system:
|
||||||
|
|
||||||
|
`fc-list | wc -l`
|
||||||
|
Reference in New Issue
Block a user