X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7ae4a62645d369fbd6b8b5f3f0e12ee86536da1..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/dfb/private/fontmgr.h?ds=sidebyside diff --git a/include/wx/dfb/private/fontmgr.h b/include/wx/dfb/private/fontmgr.h index c3bd74e73f..bec290a352 100644 --- a/include/wx/dfb/private/fontmgr.h +++ b/include/wx/dfb/private/fontmgr.h @@ -3,7 +3,6 @@ // Purpose: font management for wxDFB // Author: Vaclav Slavik // Created: 2006-11-18 -// RCS-ID: $Id$ // Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence @@ -72,6 +71,7 @@ public: private: // adds all fonts using AddBundle() void AddAllFonts(); + void AddFontsFromDir(const wxString& indexFile); void AddFont(const wxString& dir, const wxString& name, wxFileConfig& cfg); void SetDefaultFonts(wxFileConfig& cfg);