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:
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}}'`
|
||||
|
Reference in New Issue
Block a user