X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa794151356cb766c72fd691ab470be1ecefc544..d928f01967cec20e112cc9dde2162b147d8f1433:/docs/doxygen/overviews/html.h diff --git a/docs/doxygen/overviews/html.h b/docs/doxygen/overviews/html.h index bb6569a44e..370001478c 100644 --- a/docs/doxygen/overviews/html.h +++ b/docs/doxygen/overviews/html.h @@ -3,7 +3,7 @@ // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -543,6 +543,7 @@ P ALIGN=[alignment] PRE SAMP SMALL +SPAN STRIKE STRONG SUB @@ -576,5 +577,18 @@ U UL @endcode +@subsection overview_html_suppstyles_list List of supported styles + +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 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) + */