Add support for more CSS styles to SPAN tag in wxHtmlWindow.
Add limited support font-family, font-style and text-decoration. Closes #13170. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -581,8 +581,14 @@ UL
|
||||
|
||||
wxHTML doesn't really have CSS support but it does support a few simple styles:
|
||||
you can use @c "text-align", @c "width", @c "vertical-align" and @c
|
||||
"background" with all elements and for @c SPAN elements the @c "color", @c
|
||||
"font-size" and @c "font-weight" are additionally recognized.
|
||||
"background" with all elements and for @c SPAN elements a few other styles are
|
||||
additionally recognized:
|
||||
- @c color
|
||||
- @c font-family
|
||||
- @c font-size (only in point units)
|
||||
- @c font-style (only "oblique", "italic" and "normal" values are supported)
|
||||
- @c font-weight (only "bold" and "normal" values are supported)
|
||||
- @c text-decoration (only "underline" value is supported)
|
||||
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user