mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
config: add box-drawings-uses-font-glyphs=no|yes option
When disabled, we render box drawing characters ourselves. This is the default. When enabled, we instead use font glyphs. I.e. no special treatment. Closes #430
This commit is contained in:
parent
2efd1016ce
commit
ce321e663e
6 changed files with 30 additions and 1 deletions
1
foot.ini
1
foot.ini
|
|
@ -12,6 +12,7 @@
|
|||
# letter-spacing=0
|
||||
# horizontal-letter-offset=0
|
||||
# vertical-letter-offset=0
|
||||
# box-drawings-uses-font-glyphs=no
|
||||
# dpi-aware=yes
|
||||
|
||||
# initial-window-size-pixels=700x500 # Or,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue