/////////////////////////////////////////////////////////////////////////////// // Name: src/palmos/fontenum.cpp // Purpose: wxFontEnumerator class for Palm OS // Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 // RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ // declarations // ============================================================================ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif #include "wx/fontenum.h" #ifndef WX_PRECOMP #include "wx/font.h" #include "wx/encinfo.h" #endif #include "wx/fontutil.h" #include "wx/fontmap.h" // ============================================================================ // implementation // ============================================================================ // ---------------------------------------------------------------------------- // wxFontEnumerator // ---------------------------------------------------------------------------- bool wxFontEnumerator::EnumerateFacenames(wxFontEncoding encoding, bool fixedWidthOnly) { return false; } bool wxFontEnumerator::EnumerateEncodings(const wxString& family) { return false; }