+ if (m_DC == NULL && m_Cells != NULL)
+ m_Cells->Layout(m_Width);
+}
+
+void wxHtmlDCRenderer::SetStandardFonts(int size,
+ const wxString& normal_face,
+ const wxString& fixed_face)
+{
+ m_Parser->SetStandardFonts(size, normal_face, fixed_face);
+ if (m_DC == NULL && m_Cells != NULL)
+ m_Cells->Layout(m_Width);