System/Libraries/Html/Tokenizer: Add width/height DistanceType to @html_dom_node
This commit is contained in:
parent
6d384f81cd
commit
49cb267474
1 changed files with 4 additions and 2 deletions
|
@ -90,8 +90,10 @@ class @html_dom_node : JsonElement
|
||||||
JsonArray* children;
|
JsonArray* children;
|
||||||
U8* text;
|
U8* text;
|
||||||
I64 textAlign;
|
I64 textAlign;
|
||||||
I64 width;
|
F64 width;
|
||||||
I64 height;
|
F64 height;
|
||||||
|
I64 widthDistanceType;
|
||||||
|
I64 heightDistanceType;
|
||||||
U32 backgroundColor;
|
U32 backgroundColor;
|
||||||
U32 underlineColor;
|
U32 underlineColor;
|
||||||
U32 linethroughColor;
|
U32 linethroughColor;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue