mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
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:
@@ -97,6 +97,7 @@ class @html_dom_node : JsonElement
|
||||
U8* fontFamily;
|
||||
I64 fontSize;
|
||||
I64 fontWeight;
|
||||
I64 textDecoration;
|
||||
Bool italic;
|
||||
Bool display_block;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user