fc*: move to common (#6510)
This commit is contained in:
16
pages/common/fc-cache.md
Normal file
16
pages/common/fc-cache.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# fc-cache
|
||||
|
||||
> Scan font directories to build font cache files.
|
||||
> More information: <https://manned.org/fc-cache>.
|
||||
|
||||
- Generate font cache files:
|
||||
|
||||
`fc-cache`
|
||||
|
||||
- Force a rebuild of all font cache files, without checking if cache is up-to-date:
|
||||
|
||||
`fc-cache -f`
|
||||
|
||||
- Erase font cache files, then generate new font cache files:
|
||||
|
||||
`fc-cache -r`
|
16
pages/common/fc-list.md
Normal file
16
pages/common/fc-list.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# fc-list
|
||||
|
||||
> List available fonts installed on the system.
|
||||
> More information: <https://manned.org/fc-list>.
|
||||
|
||||
- Return a list of installed fonts in your system:
|
||||
|
||||
`fc-list`
|
||||
|
||||
- Return a list of installed fonts with given name:
|
||||
|
||||
`fc-list | grep '{{DejaVu Serif}}'`
|
||||
|
||||
- Return the number of installed fonts in your system:
|
||||
|
||||
`fc-list | wc -l`
|
8
pages/common/fc-match.md
Normal file
8
pages/common/fc-match.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# fc-match
|
||||
|
||||
> Match available fonts.
|
||||
> More information: <https://manned.org/fc-match>.
|
||||
|
||||
- Return a sorted list of best matching fonts:
|
||||
|
||||
`fc-match -s '{{DejaVu Serif}}'`
|
12
pages/common/fc-pattern.md
Normal file
12
pages/common/fc-pattern.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# fc-pattern
|
||||
|
||||
> Shows information about a font matching a pattern.
|
||||
> More information: <https://manned.org/fc-pattern>.
|
||||
|
||||
- Display default information about a font:
|
||||
|
||||
`fc-pattern --default '{{DejaVu Serif}}'`
|
||||
|
||||
- Display config information about a font:
|
||||
|
||||
`fc-pattern --config '{{DejaVu Serif}}'`
|
Reference in New Issue
Block a user