/////////////////////////////////////////////////////////////////////////////
-// Name: font.h
+// Name: wx/x11/font.h
// Purpose: wxFont class
// Author: Julian Smart
// Modified by:
// Created: 17/09/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FONT_H_
#endif
protected:
+ virtual wxGDIRefData *CreateGDIRefData() const;
+ virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;
+
virtual void DoSetNativeFontInfo( const wxNativeFontInfo& info );
void Unshare();
};
#endif
-// _WX_FONT_H_
+ // _WX_FONT_H_