Add curly-pixelated option for blocky undercurl style

This commit is contained in:
txf 2026-01-22 01:23:53 +00:00
parent b78cc92322
commit 7a41aab30e
3 changed files with 58 additions and 35 deletions

View file

@ -270,6 +270,7 @@ struct config {
bool use_custom_underline_offset;
struct pt_or_px underline_offset;
struct pt_or_px underline_thickness;
bool curly_pixelated;
struct pt_or_px strikeout_thickness;