X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f68e16c5fcf53c411742c8338a290addc5fb4b62..2e18fe7139558b3cb592a04a4e4668319a966ebf:/docs/doxygen/overviews/html.h diff --git a/docs/doxygen/overviews/html.h b/docs/doxygen/overviews/html.h index d3f6d48ed4..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 ///////////////////////////////////////////////////////////////////////////// /** @@ -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) */