- dc.SetFont( wxFont( 24, wxDECORATIVE, wxNORMAL, wxNORMAL) );
- dc.SetTextForeground( wxT("RED") );
- dc.DrawText( wxT("This is anti-aliased Text."), 20, 5 );
- dc.DrawText( wxT("And a Rectangle."), 20, 45 );
+ dc.SetFont( wxFont( 24, wxDECORATIVE, wxNORMAL, wxNORMAL) );
+ dc.SetTextForeground( wxT("RED") );
+ dc.DrawText( wxT("This is anti-aliased Text."), 20, 5 );
+ dc.DrawText( wxT("And a Rectangle."), 20, 45 );