// Name: font.h
// Purpose:
// Author: Robert Roebling
-// Created: 01/02/97
-// Id:
+// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxFont& operator = ( const wxFont& font );
bool operator == ( const wxFont& font );
bool operator != ( const wxFont& font );
- bool Ok();
+ bool Ok() const;
int GetPointSize(void) const;
wxString GetFaceName(void) const;
bool GetUnderlined(void) const;
wxFont( char *xFontName );
-
- private:
-
- friend wxDC;
- friend wxPaintDC;
- friend wxWindow;
+
+ // implementation
GdkFont* GetInternalFont(float scale = 1.0) const;