mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update X.md
This commit is contained in:
parent
77ff677391
commit
ef53a374a9
14
X.md
14
X.md
@ -198,6 +198,16 @@ __ADDING FONTS__
|
|||||||
`~/.fonts/`
|
`~/.fonts/`
|
||||||
* are automatically added after updating __Fontconfig__.
|
* are automatically added after updating __Fontconfig__.
|
||||||
|
|
||||||
|
__COMMANDS__
|
||||||
|
* To list fonts:
|
||||||
|
`fc-list`
|
||||||
|
* To show an ordered list of fonts matching a certain name or pattern:
|
||||||
|
`fc-match -s <NAME>`
|
||||||
|
* To update fontconfig cached list of fonts:
|
||||||
|
`fc-cache -fv`
|
||||||
|
* To update an specific directory:
|
||||||
|
`fc-cache /path/to/fonts/`
|
||||||
|
|
||||||
__GLOBAL CONFIGURATION__
|
__GLOBAL CONFIGURATION__
|
||||||
* User generated system-wide changes are in:
|
* User generated system-wide changes are in:
|
||||||
`/etc/fonts/local.conf`
|
`/etc/fonts/local.conf`
|
||||||
@ -213,10 +223,10 @@ __LOCAL CONFIGURATION__
|
|||||||
`~/.fonts.conf`
|
`~/.fonts.conf`
|
||||||
* or:
|
* or:
|
||||||
`~/.config/fontconfig/fonts.conf`
|
`~/.config/fontconfig/fonts.conf`
|
||||||
* or putting symbolic links to files from:
|
* or making symbolic links of files from:
|
||||||
`/etc/fonts/conf.avail/`
|
`/etc/fonts/conf.avail/`
|
||||||
* to:
|
* to:
|
||||||
`~/.config/fontconfig/conf.d`
|
`~/.config/fontconfig/conf.d/`
|
||||||
|
|
||||||
__BITMAP FONTS__
|
__BITMAP FONTS__
|
||||||
The bitmap fonts may not be enabled by default on __FONTCONFIG__.
|
The bitmap fonts may not be enabled by default on __FONTCONFIG__.
|
||||||
|
Loading…
Reference in New Issue
Block a user