mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
doc: foot.ini: remove FONT FORMAT section, expand description of ‘font’
This commit is contained in:
parent
7394d7d659
commit
94cacab2f9
1 changed files with 11 additions and 12 deletions
|
|
@ -19,8 +19,16 @@ in this order:
|
||||||
# SECTION: default
|
# SECTION: default
|
||||||
|
|
||||||
*font*, *font-bold*, *font-italic*, *font-bold-italic*
|
*font*, *font-bold*, *font-italic*, *font-bold-italic*
|
||||||
Comma separated list of fonts to use, in fontconfig format (see
|
|
||||||
*FONT FORMAT*).
|
Comma separated list of fonts to use, in fontconfig format. That
|
||||||
|
is, a font name followed by a list of colon-separated
|
||||||
|
options. Most noteworthy is *:size=n*, which is used to set the
|
||||||
|
font size.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
- Dina:weight=bold:slant=italic
|
||||||
|
- Courier New:size=12
|
||||||
|
- Fantasque Sans Mono:fontfeatures=ss01
|
||||||
|
|
||||||
For each option, the first font is the primary font. The remaining
|
For each option, the first font is the primary font. The remaining
|
||||||
fonts are fallback fonts that will be used whenever a glyph cannot
|
fonts are fallback fonts that will be used whenever a glyph cannot
|
||||||
|
|
@ -40,7 +48,7 @@ in this order:
|
||||||
To disable bold and/or italic fonts, set e.g. *font-bold* to
|
To disable bold and/or italic fonts, set e.g. *font-bold* to
|
||||||
_exactly_ the same value as *font*.
|
_exactly_ the same value as *font*.
|
||||||
|
|
||||||
Default: _monospace_ (*font*), _not set_ (*font-bold*,
|
Default: _monospace:size=8_ (*font*), _not set_ (*font-bold*,
|
||||||
*font-italic*, *font-bold-italic*).
|
*font-italic*, *font-bold-italic*).
|
||||||
|
|
||||||
*dpi-aware*
|
*dpi-aware*
|
||||||
|
|
@ -554,15 +562,6 @@ All actions listed under *key-bindings* can be user here as well.
|
||||||
Pastes from the _primary selection_. Default: _BTN\_MIDDLE_.
|
Pastes from the _primary selection_. Default: _BTN\_MIDDLE_.
|
||||||
|
|
||||||
|
|
||||||
# FONT FORMAT
|
|
||||||
|
|
||||||
The font is specified in FontConfig syntax. That is, a colon-separated
|
|
||||||
list of font name and font options.
|
|
||||||
|
|
||||||
_Examples_:
|
|
||||||
- Dina:weight=bold:slant=italic
|
|
||||||
- Courier New:size=12
|
|
||||||
|
|
||||||
# TWEAK
|
# TWEAK
|
||||||
|
|
||||||
This section is for advanced users and describes configuration options
|
This section is for advanced users and describes configuration options
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue