]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontenum.tex
Added periods
[wxWidgets.git] / docs / latex / wx / fontenum.tex
index 749f1d77b9bee3d2038d7b93a06ce83ccf19bdf9..3605bf7e7c1cfefce2b93679307388fe78ad2bbc 100644 (file)
@@ -41,6 +41,10 @@ None
 
 <wx/fontenum.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{Font encoding overview}{wxfontencodingoverview}, 
@@ -91,6 +95,14 @@ Return array of strings containing all facenames found by
 \helpref{EnumerateFacenames}{wxfontenumeratorenumeratefacenames}.
 
 
+\membersection{wxFontEnumerator::IsValidFacename}\label{wxfontenumeratorisvalidfacename}
+
+\func{static bool}{IsValidFacename}{\param{const wxString \&}{ facename}}
+
+Returns \true if the given string is valid face name, i.e. it's the face name of an installed
+font and it can safely be used with \helpref{wxFont::SetFaceName}{wxfontsetfacename}.
+
+
 \membersection{wxFontEnumerator::OnFacename}\label{wxfontenumeratoronfacename}
 
 \func{virtual bool}{OnFacename}{\param{const wxString\& }{font}}