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