is otherwise uninitialised (the font family is taken from the ref data and
not the native font data).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15801
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_nativeFontInfoOk = TRUE;
m_nativeFontInfo = info;
m_nativeFontInfoOk = TRUE;
m_nativeFontInfo = info;
+ // This is the best we can do since we don't have the
+ // correct information at this point.
+ m_family = wxSWISS;
}
wxFontRefData::~wxFontRefData()
}
wxFontRefData::~wxFontRefData()