예제 #1
0
 def draw_text(self, x, y, text):
     gtlib.gt_graphics_draw_text(self.g, x, y, text)
예제 #2
0
파일: graphics.py 프로젝트: pythseq/EDTA
 def draw_text(self, x, y, text):
     gtlib.gt_graphics_draw_text(self.g, x, y, str(text).encode("utf-8"))
예제 #3
0
 def draw_text(self, x, y, text):
     gtlib.gt_graphics_draw_text(self.g, x, y, text)
예제 #4
0
 def draw_text(self, x, y, text):
     gtlib.gt_graphics_draw_text(self.g, x, y, str(text).encode("utf-8"))