]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
fixing warning and compile error against 10.4
[wxWidgets.git] / include / wx / html / winpars.h
index ebc4bc1f6e85bbb5ea33aeb4436f21b7be737bbd..f155127cdfeb61d65ff4a3a5234b3987b3534b4d 100644 (file)
@@ -107,6 +107,8 @@ public:
 
     int GetFontSize() const {return m_FontSize;}
     void SetFontSize(int s);
+    // Try to map a font size in points to the HTML 1-7 font size range.
+    void SetFontPointSize(int pt);
     int GetFontBold() const {return m_FontBold;}
     void SetFontBold(int x) {m_FontBold = x;}
     int GetFontItalic() const {return m_FontItalic;}