]>
git.saurik.com Git - wxWidgets.git/blob - src/palmos/fontenum.cpp
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: src/palmos/fontenum.cpp
3 // Purpose: wxFontEnumerator class for Palm OS
4 // Author: William Osborne - minimal working wxPalmOS port
8 // Copyright: (c) William Osborne
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 // ============================================================================
14 // ============================================================================
16 // ----------------------------------------------------------------------------
18 // ----------------------------------------------------------------------------
20 // For compilers that support precompilation, includes "wx.h".
21 #include "wx/wxprec.h"
27 #include "wx/fontenum.h"
31 #include "wx/encinfo.h"
34 #include "wx/fontutil.h"
35 #include "wx/fontmap.h"
37 // ============================================================================
39 // ============================================================================
41 // ----------------------------------------------------------------------------
43 // ----------------------------------------------------------------------------
45 bool wxFontEnumerator::EnumerateFacenames(wxFontEncoding encoding
,
51 bool wxFontEnumerator::EnumerateEncodings(const wxString
& family
)