add setting for strikeout thickness

This commit is contained in:
Oleh Hushchenkov 2024-08-25 11:28:21 +03:00
parent 96c30cd410
commit 47df32a99b
6 changed files with 32 additions and 2 deletions

View file

@ -167,6 +167,8 @@ struct config {
struct pt_or_px underline_offset;
struct pt_or_px underline_thickness;
struct pt_or_px strikeout_thickness;
bool box_drawings_uses_font_glyphs;
bool can_shape_grapheme;