m_horizontal->SetValue("®lu»ouèký kùò zbìsile èe¹tina «»");
break;
- default:
+ case '1':
+ m_horizontal->SetFont(wxFont(18, wxSWISS, wxNORMAL, wxNORMAL,
+ FALSE, "",
+ wxFONTENCODING_CP1251));
+ m_horizontal->SetValue("Ïðèâåò!");
+ break;
+
+ case '8':
m_horizontal->SetFont(wxFont(18, wxSWISS, wxNORMAL, wxNORMAL,
FALSE, "",
- wxFONTENCODING_KOI8));
+ wxFONTENCODING_CP1251));
m_horizontal->SetValue("ËÁÖÅÔÓÑ ÕÄÁÞÎÙÍ");
}
}
m_textrich->AppendText(_T("And the next 10 characters should be green and italic\n"));
m_textrich->SetDefaultStyle(wxTextAttr(*wxCYAN, *wxBLUE));
m_textrich->AppendText(_T("This text should be cyan on blue\n"));
- m_textrich->SetDefaultStyle(*wxBLUE);
+ m_textrich->SetDefaultStyle(wxTextAttr(*wxBLUE, *wxWHITE));
m_textrich->AppendText(_T("And this should be in blue and the text you ")
_T("type should be in blue as well"));
#else