Fix the SetFonts in HtmlEasyPrinting and HtmlPrintout too

This commit is contained in:
Robin Dunn
2017-04-24 12:23:53 -07:00
parent 7f1d93a3e7
commit c073d1be58
3 changed files with 8 additions and 1 deletions

View File

@@ -20,6 +20,11 @@ class htmlprint_Tests(wtc.WidgetTestCase):
obj.Render(0,0, [])
def test_htmlprint2(self):
hep = wx.html.HtmlEasyPrinting(parentWindow=self.frame)
hep.SetFonts('', '', [7,8,10,12,16,22,30])
#---------------------------------------------------------------------------
if __name__ == '__main__':