X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67a9999283b942053259fa418fe994eab8dd0b3b..91a40e94b9efe799e401638edf84e75d3285d11b:/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;}