/////////////////////////////////////////////////////////////////////////////
-// Name: font.h
+// Name: wx/palmos/font.h
// Purpose: wxFont class
-// Author: William Osborne
+// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
// Created: 10/14/04
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Copyright: (c) William Osborne
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FONT_H_
#define _WX_FONT_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "font.h"
-#endif
-
-#include <wx/gdicmn.h>
+#include "wx/gdicmn.h"
// ----------------------------------------------------------------------------
// wxFont
virtual WXHANDLE GetResourceHandle() const;
virtual bool FreeResource(bool force = false);
- // for consistency with other wxMSW classes
- WXHFONT GetHFONT() const;
-
- /*
- virtual bool UseResource();
- virtual bool ReleaseResource();
- */
-
protected:
// real font creation function, used in all cases
bool DoCreate(int size,
DECLARE_DYNAMIC_CLASS(wxFont)
};
-#endif
- // _WX_FONT_H_
+#endif // _WX_FONT_H_