fix link errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-27 21:35:44 +00:00
parent 5ee1d7604b
commit 8674d3b5d4

View File

@@ -240,7 +240,9 @@ public:
// accessors and modifiers for the font elements
int GetPointSize() const;
#ifdef __WXMSW__
wxSize GetPixelSize() const;
#endif
wxFontStyle GetStyle() const;
wxFontWeight GetWeight() const;
bool GetUnderlined() const;
@@ -249,7 +251,9 @@ public:
wxFontEncoding GetEncoding() const;
void SetPointSize(int pointsize);
#ifdef __WXMSW__
void SetPixelSize(const wxSize& pixelSize);
#endif
void SetStyle(wxFontStyle style);
void SetWeight(wxFontWeight weight);
void SetUnderlined(bool underlined);