X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5270a2f939501d8bb83451ddc15408ee929346e2..05dedde7d01d55cde7f13f6b6201e24b5b408344:/docs/latex/wx/htwindow.tex diff --git a/docs/latex/wx/htwindow.tex b/docs/latex/wx/htwindow.tex index 2a821551f8..cbedbca677 100644 --- a/docs/latex/wx/htwindow.tex +++ b/docs/latex/wx/htwindow.tex @@ -285,7 +285,7 @@ This function sets font sizes and faces. \wxheading{Parameters} \docparam{normal\_face}{This is face name for normal (i.e. non-fixed) font. -It can be either empty string (then the default face is choosen) or +It can be either empty string (then the default face is chosen) or platform-specific face name. Examples are "helvetica" under Unix or "Times New Roman" under Windows.} @@ -309,7 +309,7 @@ Under Windows: SetFonts("", "", {7, 8, 10, 12, 16, 22, 30}); \end{verbatim} -Athough it seems different the fact is that the fonts are of approximately +Although it seems different the fact is that the fonts are of approximately same size under both platforms (due to wxMSW / wxGTK inconsistency) \membersection{wxHtmlWindow::SetPage}\label{wxhtmlwindowsetpage}