Ejemplo n.º 1
0
 def draw_text_right(self, x, y, text):
     gtlib.gt_graphics_draw_text_right(self.g, x, y, text)
Ejemplo n.º 2
0
 def draw_text_right(self, x, y, text):
     gtlib.gt_graphics_draw_text_right(self.g, x, y,
                                       str(text).encode("utf-8"))
Ejemplo n.º 3
0
 def draw_text_right(self, x, y, text):
     gtlib.gt_graphics_draw_text_right(self.g, x, y, text)
Ejemplo n.º 4
0
 def draw_text_right(self, x, y, text):
     gtlib.gt_graphics_draw_text_right(
         self.g, x, y, str(text).encode("utf-8"))