mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge pull request #1093 from mkoppmann/fc-list
- fc-list: add page - fc-list, fc-match, fc-pattern: use a specific example as token
This commit is contained in:
commit
e95ed25432
3 changed files with 9 additions and 2 deletions
7
pages/linux/fc-list.md
Normal file
7
pages/linux/fc-list.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# fc-list
|
||||
|
||||
> List available fonts installed on the system.
|
||||
|
||||
- Return a list of installed fonts with given name:
|
||||
|
||||
`fc-list | grep '{{DejaVu Serif}}'`
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
- Return a sorted list of best matching fonts:
|
||||
|
||||
`fc-match -s '{{Font Name}}'`
|
||||
`fc-match -s '{{DejaVu Serif}}'`
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
- Display default infomation about a font:
|
||||
|
||||
`fc-pattern -d '{{Font Name}}'`
|
||||
`fc-pattern -d '{{DejaVu Serif}}'`
|
||||
|
|
Loading…
Add table
Reference in a new issue