// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FONT_H_
#pragma interface "font.h"
#endif
-#include "wx/gdiobj.h"
-
-WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
-
// ----------------------------------------------------------------------------
// wxFont
// ----------------------------------------------------------------------------
virtual bool RealizeResource();
virtual WXHANDLE GetResourceHandle();
virtual bool FreeResource(bool force = FALSE);
+
+ // for consistency with other wxMSW classes and to have a const
+ // GetResourceHandle()-like function we have a synonym for it
+ WXHFONT GetHFONT() const;
+
/*
virtual bool UseResource();
virtual bool ReleaseResource();