]>
git.saurik.com Git - wxWidgets.git/blob - src/dfb/fontenum.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/dfb/fontenum.cpp
3 // Purpose: wxFontEnumerator class
4 // Author: Vaclav Slavik
7 // Copyright: (c) 2006 REA Elektronik GmbH
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 // For compilers that support precompilation, includes "wx.h".
12 #include "wx/wxprec.h"
18 #include "wx/fontenum.h"
20 // ----------------------------------------------------------------------------
22 // ----------------------------------------------------------------------------
24 bool wxFontEnumerator::EnumerateFacenames(wxFontEncoding
WXUNUSED(encoding
),
25 bool WXUNUSED(fixedWidthOnly
))
28 OnFacename(_T("Default"));
32 bool wxFontEnumerator::EnumerateEncodings(const wxString
& WXUNUSED(family
))