X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..b5a4a47df5ad0d52cac80946bdd0685d34749fc4:/docs/latex/wx/font.tex diff --git a/docs/latex/wx/font.tex b/docs/latex/wx/font.tex index ae7e3233aa..5c4b5548b9 100644 --- a/docs/latex/wx/font.tex +++ b/docs/latex/wx/font.tex @@ -9,6 +9,23 @@ a window's text. \helpref{wxGDIObject}{wxgdiobject}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + +\wxheading{Predefined objects} + +Objects: + +{\bf wxNullFont} + +Pointers: + +{\bf wxNORMAL\_FONT\\ +wxSMALL\_FONT\\ +wxITALIC\_FONT\\ +wxSWISS\_FONT} + \wxheading{See also} \helpref{wxFont overview}{wxfontoverview}, \helpref{wxDC::SetFont}{wxdcsetfont},\rtfsp @@ -23,7 +40,7 @@ a window's text. Default constructor. -\func{}{wxFont}{\param{const int}{ pointSize}, \param{const int}{ family}, \param{const int}{ style}, \param{const int}{ weight}, +\func{}{wxFont}{\param{int}{ pointSize}, \param{int}{ family}, \param{int}{ style}, \param{int}{ weight}, \param{const bool}{ underline = FALSE}, \param{const wxString\& }{faceName = ""}} Creates a font object. @@ -173,7 +190,7 @@ and then for a font belonging to the same family. \membersection{wxFont::SetFamily}\label{wxfontsetfamily} -\func{void}{SetFamily}{\param{const int}{ family}} +\func{void}{SetFamily}{\param{int}{ family}} Sets the font family. @@ -197,7 +214,7 @@ Sets the font family. \membersection{wxFont::SetPointSize}\label{wxfontsetpointsize} -\func{void}{SetPointSize}{\param{const int}{ pointSize}} +\func{void}{SetPointSize}{\param{int}{ pointSize}} Sets the point size. @@ -211,7 +228,7 @@ Sets the point size. \membersection{wxFont::SetStyle}\label{wxfontsetstyle} -\func{void}{SetStyle}{\param{const int}{ style}} +\func{void}{SetStyle}{\param{int}{ style}} Sets the font style. @@ -239,7 +256,7 @@ Sets underlining. \membersection{wxFont::SetWeight}\label{wxfontsetweight} -\func{void}{SetWeight}{\param{const int}{ weight}} +\func{void}{SetWeight}{\param{int}{ weight}} Sets the font weight.