Esempio n. 1
0
 def draw(self):
     HRFlowable.draw(self)
     canv = self.canv
     canv.saveState()
     canv.setFont(*self.font)
     canv.setFillColor(self.color)
     # Move up by the font height plus half the linewidth, back down by 1
     canv.drawString(0, -1 * (self.font[1] + (self.lineWidth // 2) - 1),
                     self.sig_title)
     canv.restoreState()