]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
Fix off by 1 error in wxHTML font size from points calculation.
[wxWidgets.git] / include / wx / html / winpars.h
index 75f4da2d7fad369bd5c0da81de54394d7fc55a23..f01c8c190080776fd857f5f1212a2310405b2db0 100644 (file)
@@ -185,7 +185,7 @@ private:
             // current container. See Open/CloseContainer for details.
 
     int m_FontBold, m_FontItalic, m_FontUnderlined, m_FontFixed; // this is not true,false but 1,0, we need it for indexing
-    int m_FontSize; /* -2 to +4,  0 is default */
+    int m_FontSize; // From 1 (smallest) to 7, default is 3.
     wxColour m_LinkColor;
     wxColour m_ActualColor;
             // basic font parameters.