Ejemplo n.º 1
0
    def print_(self):
        self.set_offset(gp17config.GP17i_OFFSET_LEFT,
                        gp17config.GP17i_OFFSET_TOP)
        self.set_scaling(gp17config.GP17i_SCALE_X, gp17config.GP17i_SCALE_Y)

        painter = PrintedForm.print_(self)
        self._fill(painter)
Ejemplo n.º 2
0
    def print_(self):
        self.set_offset(
            gp17config.GP17i_OFFSET_LEFT, gp17config.GP17i_OFFSET_TOP)
        self.set_scaling(gp17config.GP17i_SCALE_X, gp17config.GP17i_SCALE_Y)

        painter = PrintedForm.print_(self)
        self._fill(painter)