System/Libraries/(Css,Graphics2D,Html): Support underlined text

This commit adds the necessary functions to minimally implement support
for CSS text-decoration: underline.
This commit is contained in:
Alec Murphy 2025-04-16 14:53:16 -04:00
parent 622c35e038
commit 24500f52a3
4 changed files with 64 additions and 0 deletions

View file

@ -97,6 +97,7 @@ class @html_dom_node : JsonElement
U8* fontFamily;
I64 fontSize;
I64 fontWeight;
I64 textDecoration;
Bool italic;
Bool display_block;
};