예제 #1
0
 def draw_colored_text(self, x, y, color, text):
     gtlib.gt_graphics_draw_colored_text(self.g, x, y, color, text)
예제 #2
0
파일: graphics.py 프로젝트: pythseq/EDTA
 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"))
예제 #3
0
 def draw_colored_text(self, x, y, color, text):
     gtlib.gt_graphics_draw_colored_text(self.g, x, y, color, text)
예제 #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"))