mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
doc: foot.ini: font: add one more fontfeatures example
Add a fontfeatures example where we: * set multiple features * assign a value to the features (as opposed to just enabling a boolean feature)
This commit is contained in:
parent
d7a4f9e99e
commit
4abbaf1345
1 changed files with 7 additions and 0 deletions
|
|
@ -58,9 +58,16 @@ empty string to be set, but it must be quoted: *KEY=""*)
|
||||||
- Dina:weight=bold:slant=italic
|
- Dina:weight=bold:slant=italic
|
||||||
- Courier New:size=12
|
- Courier New:size=12
|
||||||
- Fantasque Sans Mono:fontfeatures=ss01
|
- Fantasque Sans Mono:fontfeatures=ss01
|
||||||
|
- Iosevka:fontfeatures=cv01=1:fontfeatures=cv06=1
|
||||||
- Meslo LG S:size=12, Noto Color Emoji:size=12
|
- Meslo LG S:size=12, Noto Color Emoji:size=12
|
||||||
- Courier New:pixelsize=8
|
- Courier New:pixelsize=8
|
||||||
|
|
||||||
|
Be aware that, depending on your setup, there may be global
|
||||||
|
FontConfig options that overrides options set here. If an option
|
||||||
|
appears to have no effect, ensure there is no global configuration
|
||||||
|
file that sets the same option with *assign* or *assign_replace*;
|
||||||
|
use one of the many *append* or possibly *prepend* modes.
|
||||||
|
|
||||||
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
|
||||||
be found in the primary font.
|
be found in the primary font.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue