System/Libraries/Html/Tokenizer: Add fontWeight property to @html_dom_node
This commit is contained in:
parent
06813f3524
commit
0d303b0134
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class @html_dom_node : JsonElement
|
|||
U32 color;
|
||||
U8* fontFamily;
|
||||
I64 fontSize;
|
||||
I64 fontWeight;
|
||||
Bool display_block;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue