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:
Waldir Pimenta
2016-09-28 16:45:06 +01:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

7
pages/linux/fc-list.md Normal file
View 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}}'`

View File

@@ -4,4 +4,4 @@
- Return a sorted list of best matching fonts: - Return a sorted list of best matching fonts:
`fc-match -s '{{Font Name}}'` `fc-match -s '{{DejaVu Serif}}'`

View File

@@ -4,4 +4,4 @@
- Display default infomation about a font: - Display default infomation about a font:
`fc-pattern -d '{{Font Name}}'` `fc-pattern -d '{{DejaVu Serif}}'`