Beispiel #1
0
 def draw_text(self, x, y, text):
     gtlib.gt_graphics_draw_text(self.g, x, y, text)
Beispiel #2
0
 def draw_text(self, x, y, text):
     gtlib.gt_graphics_draw_text(self.g, x, y, str(text).encode("utf-8"))
Beispiel #3
0
 def draw_text(self, x, y, text):
     gtlib.gt_graphics_draw_text(self.g, x, y, text)
Beispiel #4
0
 def draw_text(self, x, y, text):
     gtlib.gt_graphics_draw_text(self.g, x, y, str(text).encode("utf-8"))