mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
config: add underline-offset option
This option allows the user to configure a custom underline offset. That is, use the user provided offset instead of the font provided one. Closes #490
This commit is contained in:
parent
11829931a7
commit
cf81fff062
6 changed files with 42 additions and 9 deletions
3
config.h
3
config.h
|
|
@ -99,6 +99,9 @@ struct config {
|
|||
struct pt_or_px horizontal_letter_offset;
|
||||
struct pt_or_px vertical_letter_offset;
|
||||
|
||||
bool use_custom_underline_offset;
|
||||
struct pt_or_px underline_offset;
|
||||
|
||||
bool box_drawings_uses_font_glyphs;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue