mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
System/Libraries/Html: Add fontFamily attribute to @html_dom_node
This commit is contained in:
@@ -94,6 +94,7 @@ class @html_dom_node : JsonElement
|
|||||||
I64 height;
|
I64 height;
|
||||||
U32 backgroundColor;
|
U32 backgroundColor;
|
||||||
U32 color;
|
U32 color;
|
||||||
|
U8* fontFamily;
|
||||||
I64 font_size;
|
I64 font_size;
|
||||||
Bool display_block;
|
Bool display_block;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user