-// ----------------------------------------------------------------------------
-// wxNativeFontInfo
-// ----------------------------------------------------------------------------
-
-bool wxNativeFontInfo::FromString(const wxString& s)
-{
- xFontName = s;
- return TRUE;
-}
-
-wxString wxNativeFontInfo::ToString() const
-{
- return xFontName;
-}
-