Exemple #1
0
 def draw_colored_text(self, x, y, color, text):
     gtlib.gt_graphics_draw_colored_text(self.g, x, y, color, text)
Exemple #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"))
Exemple #3
0
 def draw_colored_text(self, x, y, color, text):
     gtlib.gt_graphics_draw_colored_text(self.g, x, y, color, text)
Exemple #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"))