git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53358
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
// make a path that contains a circle and some lines, centered at 100,100
gc->SetPen( *wxRED_PEN );
{
// make a path that contains a circle and some lines, centered at 100,100
gc->SetPen( *wxRED_PEN );
+ gc->SetFont( wxGetApp().m_testFont, *wxGREEN );
wxGraphicsPath path = gc->CreatePath();
path.AddCircle( 50.0, 50.0, 50.0 );
path.MoveToPoint(0.0, 50.0);
wxGraphicsPath path = gc->CreatePath();
path.AddCircle( 50.0, 50.0, 50.0 );
path.MoveToPoint(0.0, 50.0);