- m_style = 0;
- m_pointSize = 0;
- m_family = 0;
- m_style = 0;
- m_weight = 0;
- m_underlined = 0;
- m_faceName = "";
-
- m_macFontSize = m_pointSize ;
- m_macFontNum = systemFont ;
- m_macFontStyle = normal ;
-}
-
-wxFontRefData::wxFontRefData(const wxFontRefData& data)
-{
- m_style = data.m_style;
- m_pointSize = data.m_pointSize;
- m_family = data.m_family;
- m_style = data.m_style;
- m_weight = data.m_weight;
- m_underlined = data.m_underlined;
- m_faceName = data.m_faceName;
-
- m_macFontSize = m_pointSize ;
- m_macFontNum = systemFont ;
- m_macFontStyle = normal ;