class wxWindow;
class wxFont;
+/*
class wxFontNameDirectory;
+*/
//-----------------------------------------------------------------------------
// global variables
//-----------------------------------------------------------------------------
+/*
extern wxFontNameDirectory *wxTheFontNameDirectory;
+*/
extern const char* wxEmptyString;
//-----------------------------------------------------------------------------
int GetPointSize() const;
int GetFamily() const;
- int GetFontId() const;
int GetStyle() const;
int GetWeight() const;
bool GetUnderlined() const;
// no data :-)
};
+/*
//-----------------------------------------------------------------------------
// wxFontDirectory
//-----------------------------------------------------------------------------
class wxHashTable *table;
int nextFontId;
};
+*/
#endif // __GTKFONTH__