(could never possibly compile)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13183
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxNativeFontInfo *fontInfo = new wxNativeFontInfo();
fontInfo->SetPointSize(GetPointSize());
wxNativeFontInfo *fontInfo = new wxNativeFontInfo();
fontInfo->SetPointSize(GetPointSize());
- fontInfo->SetFamily(GetFamily());
+ fontInfo->SetFamily((wxFontFamily)GetFamily());
fontInfo->SetStyle((wxFontStyle)GetStyle());
fontInfo->SetWeight((wxFontWeight)GetWeight());
fontInfo->SetUnderlined(GetUnderlined());
fontInfo->SetStyle((wxFontStyle)GetStyle());
fontInfo->SetWeight((wxFontWeight)GetWeight());
fontInfo->SetUnderlined(GetUnderlined());
token = tokenizer.GetNextToken();
if ( !token.ToLong(&l) )
return FALSE;
token = tokenizer.GetNextToken();
if ( !token.ToLong(&l) )
return FALSE;
+ family = (wxFontFamily)l;
token = tokenizer.GetNextToken();
if ( !token.ToLong(&l) )
token = tokenizer.GetNextToken();
if ( !token.ToLong(&l) )
void wxNativeFontInfo::SetFaceName(wxString facename_)
{
void wxNativeFontInfo::SetFaceName(wxString facename_)
{
}
void wxNativeFontInfo::SetFamily(wxFontFamily family_)
}
void wxNativeFontInfo::SetFamily(wxFontFamily family_)