Add support for CSS "color", "size" and "font" to wxHTML <font>

Simply map them to the existing HTML parameters, just as we already do for a
few other styles.

Closes #16773.
This commit is contained in:
Kinaou Hervé
2015-12-02 23:53:00 +01:00
committed by Vadim Zeitlin
parent 0ed580f451
commit d3931ea660
3 changed files with 59 additions and 7 deletions

View File

@@ -98,6 +98,7 @@ All (GUI):
- Make results of wxDC::DrawEllipticArc() consistent across all platforms.
- XRC handler for wxAuiToolBar added (Kinaou Hervé, David Hart).
- Improve wxLIST_AUTOSIZE_XXX support in generic wxListCtrl (Kinaou Hervé).
- Support "color", "size" and "font" CSS for fonts in wxHTML (Kinaou Hervé).
- Add wxCursor::GetHotSpot().
- Add wxFD_NO_FOLLOW style for wxFileDialog (Luca Bacci).
- Add support for embedding bitmaps in generated SVG in wxSVGFileDC (iwbnwif).