void wxNativeFontInfo::SetFaceName(wxString facename)
{
- wxStrncpy(lf.lfFaceName, facename, sizeof(lf.lfFaceName));
+ wxStrncpy(lf.lfFaceName, facename, sizeof(lf.lfFaceName)/sizeof(WCHAR));
}
void wxNativeFontInfo::SetFamily(wxFontFamily family)
case wxDECORATIVE:
ff_family = FF_DECORATIVE;
- facename = _T("Wingdings");
+ facename = _T("Old English Text MT");
break;
case wxROMAN: