Support for WXPM's native font info.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-01-09 23:18:07 +00:00
parent 511ac294da
commit 0eb529d9e4

View File

@@ -396,7 +396,7 @@ void wxNativeFontInfo::SetEncoding(wxFontEncoding encoding_)
// format there anyhow (but there is a well-defined standard for X11 fonts used
// by wxGTK and wxMotif)
#if defined(wxNO_NATIVE_FONTINFO) || defined(__WXMSW__)
#if defined(wxNO_NATIVE_FONTINFO) || defined(__WXMSW__) || defined (__WXPM__)
wxString wxNativeFontInfo::ToUserString() const
{
@@ -550,5 +550,5 @@ bool wxNativeFontInfo::FromUserString(const wxString& s)
return TRUE;
}
#endif // generic or wxMSW
#endif // generic or wxMSW or wxOS2