wxFont::IsFixedWidth for wxMGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-01-17 19:38:39 +00:00
parent 84664b4684
commit f3437beb5d
4 changed files with 19 additions and 6 deletions

View File

@@ -57,10 +57,11 @@ private:
class wxMGLFontLibrary
{
public:
wxMGLFontLibrary(const wxString& filename, int type);
wxMGLFontLibrary(const wxString& filename, int type, wxMGLFontFamily *parentFamily);
~wxMGLFontLibrary();
wxMGLFontInstance *GetFontInstance(wxFont *font, float scale, bool aa);
wxMGLFontFamily *GetFamily() const { return m_family; }
void IncRef();
void DecRef();
@@ -73,6 +74,7 @@ private:
wxString m_fileName;
size_t m_refs;
wxMGLFontInstanceList *m_instances;
wxMGLFontFamily *m_family;
};
// structure representing native MGL font family