X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd77c085092ec56072c775061981fcab07b32464..e0eedd681816255e89d4cb5725003f479eeb4133:/docs/latex/wx/fontenum.tex?ds=sidebyside diff --git a/docs/latex/wx/fontenum.tex b/docs/latex/wx/fontenum.tex index 2c3a12cc95..54ca070cd3 100644 --- a/docs/latex/wx/fontenum.tex +++ b/docs/latex/wx/fontenum.tex @@ -72,6 +72,26 @@ Call \helpref{OnFontEncoding}{wxfontenumeratoronfontencoding} for each encoding supported by the given font - or for each encoding supported by at least some font if {\it font} is not specified. + +\membersection{wxFontEnumerator::GetEncodings}\label{wxfontenumeratorgetencodings} + +\func{wxArrayString*}{GetEncodings}{\void} + +Return array of strings containing all encodings found by +\helpref{EnumerateEncodings}{wxfontenumeratorenumerateencodings}. This is convenience function. It is +based on default implementation of \helpref{OnFontEncoding}{wxfontenumeratoronfontencoding} so don't expect +it to work if you overwrite that method. + +\membersection{wxFontEnumerator::GetFacenames}\label{wxfontenumeratorgetfacenames} + +\func{wxArrayString*}{GetFacenames}{\void} + +Return array of strings containing all facenames found by +\helpref{EnumerateFacenames}{wxfontenumeratorenumeratefacenames}. This is convenience function. It is +based on default implementation of \helpref{OnFacename}{wxfontenumeratoronfacename} so don't expect +it to work if you overwrite that method. + + \membersection{wxFontEnumerator::OnFacename}\label{wxfontenumeratoronfacename} \func{virtual bool}{OnFacename}{\param{const wxString\& }{font}}