vColor.Set( wxT("WHITE") );
m_brush.SetColour(vColor);
InitializePalette();
- wxFont* pFont = new wxFont( 12
- ,wxNORMAL
+ wxFont* pFont = new wxFont( 10
+ ,wxMODERN
,wxNORMAL
,wxBOLD
);
SetFont(*pFont);
delete pFont;
//
- // OS/2 default vertical character allignment needs to match the other OS's
+ // OS/2 default vertical character alignment needs to match the other OS's
//
::GpiSetTextAlignment((HPS)GetHPS(), TA_NORMAL_HORIZ, TA_BOTTOM);