System/Libraries/Html: Add fontFamily attribute to @html_dom_node
This commit is contained in:
parent
8143d59620
commit
6b09ccabb6
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue