]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
Implement SelectAll for OSX WebKit.
[wxWidgets.git] / include / wx / html / winpars.h
index ebc4bc1f6e85bbb5ea33aeb4436f21b7be737bbd..75f4da2d7fad369bd5c0da81de54394d7fc55a23 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        winpars.h
+// Name:        wx/html/winpars.h
 // Purpose:     wxHtmlWinParser class (parser to be used with wxHtmlWindow)
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
@@ -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;}