Removed obsolete symbols from comments.

This commit is contained in:
Catalin
2016-02-21 10:54:57 +02:00
parent edc8cd1f74
commit 33ad41a745
5 changed files with 3 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ void GraphicsContextDrawingTestCase::DoFontDrawings (wxGraphicsContext *gc)
gc->DrawText( wxT("That is text"), 20, 10, wxDegToRad(-45), gbTextBackground );
// use wxSWISS_FONT and not wxNORMAL_FONT as the latter can't be rotated
// under Win9x (it is not TrueType)
// (it is not TrueType)
gc->SetFont( wxFont(wxFontInfo(12).Family(wxFONTFAMILY_SWISS)), *wxBLACK );
wxString text;