mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
initial edge bleed impl
This commit is contained in:
parent
2fb7bb0ea4
commit
e6f8622723
6 changed files with 247 additions and 5 deletions
|
|
@ -1464,6 +1464,9 @@ test_section_tweak(void)
|
|||
test_boolean(&ctx, &parse_section_tweak, "overflowing-glyphs",
|
||||
&conf.tweak.overflowing_glyphs);
|
||||
|
||||
test_boolean(&ctx, &parse_section_tweak, "edge-bg-bleed",
|
||||
&conf.tweak.edge_bg_bleed);
|
||||
|
||||
test_enum(
|
||||
&ctx, &parse_section_tweak, "render-timer",
|
||||
4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue