]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/font.h
Check for and allow zero length files
[wxWidgets.git] / include / wx / mgl / font.h
index 4aed3d6dfb59041a6c4c2039a417c2346b1aa302..e4a56a874b48a324719427f06298905b7d0b9b92 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        font.h
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -90,17 +90,16 @@ public:
     virtual void SetUnderlined(bool underlined);
     virtual void SetEncoding(wxFontEncoding encoding);
 
-    // implementation from now on
-    void Unshare();
-
     struct font_t *GetMGLfont_t(float scale, bool antialiased);
 
-    // no data :-)
-
 protected:
     // common part of all ctors
     void Init() {}
 
+    // ref counting code
+    virtual wxObjectRefData *CreateRefData() const;
+    virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxFont)
 };