mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
doc: foot.ini: document the Unicode ranges covered by the builtin glyphs
This commit is contained in:
parent
bef613e656
commit
481ce82d66
1 changed files with 11 additions and 3 deletions
|
|
@ -179,9 +179,10 @@ empty string to be set, but it must be quoted: *KEY=""*)
|
||||||
|
|
||||||
Default: _unset_
|
Default: _unset_
|
||||||
|
|
||||||
*box-drawings-uses-font-glyphs* Boolean. When disabled, foot generates
|
*box-drawings-uses-font-glyphs*
|
||||||
box/line drawing characters itself. The are several advantages to
|
Boolean. When disabled, foot generates box/line drawing characters
|
||||||
doing this instead of using font glyphs:
|
itself. The are several advantages to doing this instead of using
|
||||||
|
font glyphs:
|
||||||
|
|
||||||
- No antialiasing effects where e.g. line endpoints appear
|
- No antialiasing effects where e.g. line endpoints appear
|
||||||
dimmed down, or blurred.
|
dimmed down, or blurred.
|
||||||
|
|
@ -195,6 +196,13 @@ empty string to be set, but it must be quoted: *KEY=""*)
|
||||||
When enabled, box/line drawing characters are rendered using font
|
When enabled, box/line drawing characters are rendered using font
|
||||||
glyphs. This may result in a more uniform look, in some use cases.
|
glyphs. This may result in a more uniform look, in some use cases.
|
||||||
|
|
||||||
|
When disabled, foot will render the following Unicode codepoints
|
||||||
|
by itself:
|
||||||
|
|
||||||
|
- U+02500 - U+0259F
|
||||||
|
- U+02800 - U+028FF
|
||||||
|
- U+1Fb00 - U+1FB9B
|
||||||
|
|
||||||
Default: _no_.
|
Default: _no_.
|
||||||
|
|
||||||
*dpi-aware*
|
*dpi-aware*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue