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:
parent
622c35e038
commit
24500f52a3
4 changed files with 64 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#define CSS_TEXT_ALIGN_CENTER 1
|
||||
#define CSS_TEXT_ALIGN_RIGHT 2
|
||||
|
||||
#define CSS_TEXT_UNDERLINE 1
|
||||
|
||||
#define CSS_TOKENIZER_STATE_CONSUME_MATCH 0
|
||||
#define CSS_TOKENIZER_STATE_CONSUME_PROPERTY 1
|
||||
#define CSS_TOKENIZER_STATE_CONSUME_VALUE 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue