]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
Remove some cruft
[wxWidgets.git] / include / wx / html / htmlwin.h
index adefe1fce27001d7cb5b623815ebffb385321c42..62f044657310a876a5a7611d5aebf68c0c7a35ed 100644 (file)
@@ -130,6 +130,9 @@ public:
     void SetFonts(wxString normal_face, wxString fixed_face,
                   const int *sizes = NULL);
 
+    // Sets font sizes to be relative to the given size or the system default size
+    void NormalizeFontSizes(int size=-1);
+    
     // Sets space between text and window borders.
     void SetBorders(int b) {m_Borders = b;}