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