X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5812de8ade07b573bbd6a5f74ffe3c7af753b8e7..0199dae316e9efba01fa27d3a9e6e756954a7328:/include/wx/html/winpars.h diff --git a/include/wx/html/winpars.h b/include/wx/html/winpars.h index 75f4da2d7f..f01c8c1900 100644 --- a/include/wx/html/winpars.h +++ b/include/wx/html/winpars.h @@ -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.