+void wxHtmlDCRenderer::SetStandardFonts(int size,
+ const wxString& normal_face,
+ const wxString& fixed_face)
+{
+ m_Parser->SetStandardFonts(size, normal_face, fixed_face);
+
+ if ( m_Cells )
+ m_Cells->Layout(m_Width);
+ // else: SetHtmlText() not yet called, no need for relayout
+}