X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dccb75b60dfdca505edf8bb9512979501277c142..fd775aae7b8eace70d8fc41a23623505ad568355:/docs/latex/wx/font.tex diff --git a/docs/latex/wx/font.tex b/docs/latex/wx/font.tex index 7fa1453b5a..fa8e18494b 100644 --- a/docs/latex/wx/font.tex +++ b/docs/latex/wx/font.tex @@ -174,6 +174,13 @@ the application should try to clean up all fonts itself. This is because wxWindows cannot know if a pointer to the font object is stored in an application data structure, and there is a risk of double deletion. +\membersection{wxFont::IsFixedWidth}\label{wxfontisfixedwidth} + +\constfunc{bool}{IsFixedWidth}{\void} + +Returns {\tt TRUE} if the font is a fixed width (or monospaced) font, +{\tt FALSE} if it is a proportional one or font is invalid. + \membersection{wxFont::GetDefaultEncoding}\label{wxfontgetdefaultencoding} \func{static wxFontEncoding}{GetDefaultEncoding}{\void} @@ -260,6 +267,12 @@ weight identifiers. \helpref{wxFont::SetWeight}{wxfontsetweight} +\membersection{wxFont::Ok}\label{wxfontok} + +\constfunc{bool}{Ok}{\void} + +Returns {\tt TRUE} if this object is a valid font, {\tt FALSE} otherwise. + \membersection{wxFont::SetDefaultEncoding}\label{wxfontsetdefaultencoding} \func{static void}{SetDefaultEncoding}{\param{wxFontEncoding }{encoding}}