[IMP]: trml2pdf: change the fontface of pagecount text same as companies header footer text fontface

bzr revid: ado@tinyerp.com-20130531100033-27xp8m25mpz3q43h
This commit is contained in:
Amit Dodiya 2013-05-31 15:30:33 +05:30
commit 0773e396bf
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class PageCount(platypus.Flowable):
def draw(self):
self.canv.beginForm("pageCount%d" % self.story_count)
self.canv.setFont("Helvetica", utils.unit_get(str(8)))
self.canv.setFont("DejaVu Sans", utils.unit_get(str(8)))
self.canv.drawString(0, 0, str(self.canv.getPageNumber()))
self.canv.endForm()