git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -282,6 +282,8 @@ class WXDLLIMPEXP_SVG wxSVGFileDC : public wxDC
|
||||
|
||||
void SetBrush(const wxBrush& brush) ;
|
||||
|
||||
void SetTextForeground (const wxColour& textForegroundColour ) ;
|
||||
|
||||
void SetFont(const wxFont& font) ;
|
||||
|
||||
void SetLogicalFunction(int WXUNUSED(function))
|
||||
|
@@ -595,6 +595,13 @@ void wxSVGFileDC::NewGraphics ()
|
||||
wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::NewGraphics Call executed")) ;
|
||||
}
|
||||
|
||||
void wxSVGFileDC::SetTextForeground ( const wxColour& textForegroundColour )
|
||||
{
|
||||
m_textForegroundColour = textForegroundColour ;
|
||||
|
||||
wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::SetSetTextForeground Call executed")) ;
|
||||
}
|
||||
|
||||
|
||||
void wxSVGFileDC::SetFont(const wxFont& font)
|
||||
|
||||
|
Reference in New Issue
Block a user