return true;
}
+wxFont::wxFont(wxOSXSystemFont font)
+{
+ m_refData = new wxFontRefData( font, 0 );
+}
+
wxFont::wxFont(const wxString& fontdesc)
{
wxNativeFontInfo info;
return true;
}
-bool wxFont::CreateSystemFont(wxOSXSystemFont font)
-{
- UnRef();
-
- m_refData = new wxFontRefData( font, 0 );
-
- return true;
-}
-
wxFont::~wxFont()
{
}