git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42430
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
SetGraphicsContext( wxGraphicsContext::CreateFromNative( bmCtx ) );
m_graphicContext->SetPen( m_pen ) ;
m_graphicContext->SetBrush( m_brush ) ;
SetGraphicsContext( wxGraphicsContext::CreateFromNative( bmCtx ) );
m_graphicContext->SetPen( m_pen ) ;
m_graphicContext->SetBrush( m_brush ) ;
- m_graphicContext->SetFont( m_font ) ;
+ m_graphicContext->SetFont( m_font , m_textForegroundColour) ;
}
m_ok = (m_graphicContext != NULL) ;
}
m_ok = (m_graphicContext != NULL) ;