Searched refs:wxFontBundle (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontmgr.cpp116 // wxFontBundle
119 wxFontBundle::wxFontBundle(const font_info_t *info) function in class:wxFontBundle
139 wxString wxFontBundle::GetName() const
144 bool wxFontBundle::IsFixed() const
177 db->AddBundle(new wxFontBundle(info));
H A Dfontenum.cpp54 wxFontBundle *f = NULL;
H A Dfontutil.cpp142 wxFontBundle *bundle = wxFontsManager::Get()->GetBundle(info.facename);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dfontmgr.h22 class wxFontBundle;
26 WX_DECLARE_LIST(wxFontBundle, wxFontBundleList);
63 use the object returned by wxFontBundle. Note that this doesn't destroy
169 wxFontBundle *GetBundle(const wxString& name) const;
177 wxFontBundle *GetBundleForFont(const wxFontMgrFontRefData& font) const;
180 void AddBundle(wxFontBundle *bundle);
217 wxFontBundle *GetFontBundle() const;
251 wxFontBundle *m_fontBundle;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/private/
H A Dfontmgr.h42 class wxFontBundle : public wxFontBundleBase class in inherits:wxFontBundleBase
45 wxFontBundle(const wxString& name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/private/
H A Dfontmgr.h49 class wxFontBundle : public wxFontBundleBase class in inherits:wxFontBundleBase
52 wxFontBundle(const font_info_t *fontInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontmgrcmn.cpp28 WX_DECLARE_HASH_MAP(wxString, wxFontBundle*,
181 wxFontBundle *wxFontsManagerBase::GetBundle(const wxString& name) const
186 wxFontBundle *
189 wxFontBundle *bundle = NULL;
213 void wxFontsManagerBase::AddBundle(wxFontBundle *bundle)
274 wxFontBundle *wxFontMgrFontRefData::GetFontBundle() const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfontmgr.cpp70 // wxFontBundle
73 wxFontBundle::wxFontBundle(const wxString& name, function in class:wxFontBundle
214 new wxFontBundle

Completed in 57 milliseconds