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