Esempio n. 1
0
 def draw_text_right(self, x, y, text):
     gtlib.gt_graphics_draw_text_right(self.g, x, y, text)
Esempio 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"))
Esempio n. 3
0
 def draw_text_right(self, x, y, text):
     gtlib.gt_graphics_draw_text_right(self.g, x, y, text)
Esempio 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"))