Exemplo n.º 1
0
 def draw_text_centered(self, x, y, text):
     gtlib.gt_graphics_draw_text_centered(self.g, x, y, text)
Exemplo n.º 2
0
 def draw_text_centered(self, x, y, text):
     gtlib.gt_graphics_draw_text_centered(self.g, x, y,
                                          str(text).encode("utf-8"))
Exemplo n.º 3
0
 def draw_text_centered(self, x, y, text):
     gtlib.gt_graphics_draw_text_centered(self.g, x, y, text)
Exemplo n.º 4
0
 def draw_text_centered(self, x, y, text):
     gtlib.gt_graphics_draw_text_centered(
         self.g, x, y, str(text).encode("utf-8"))