- dc.SetTextForeground( "RED" );
- dc.SetTextBackground( "GREEN" );
- dc.DrawBitmap( *my_smile_xbm, 30, 1760 );
+ dc.DrawText( "(green on red)", 30, 1760 );
+ dc.SetTextForeground( "GREEN" );
+ dc.SetTextBackground( "RED" );
+ dc.DrawBitmap( *my_smile_xbm, 30, 1780 );