X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f96f33629f3245f8282089d66b687351dfc82994..7c41d11aed39e37811c50a0d04b1a6ae25071341:/include/wx/mgl/fontutil.h diff --git a/include/wx/mgl/fontutil.h b/include/wx/mgl/fontutil.h index 6f353a4d4a..915e61d72e 100644 --- a/include/wx/mgl/fontutil.h +++ b/include/wx/mgl/fontutil.h @@ -4,7 +4,7 @@ // Author: Vaclav Slavik // Created: 2001/05/01 // RCS-ID: $Id$ -// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) +// Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// @@ -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