X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67a9999283b942053259fa418fe994eab8dd0b3b..5f7bcb48fd9a642036a3bf5c70e2b0c9576df1b1:/include/wx/html/htmlwin.h diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index adefe1fce2..62f0446573 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -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;}