* src/DrawDoc.py: support centered text

svn: r1695
This commit is contained in:
Don Allingham 2003-06-11 03:03:33 +00:00
parent 9615795b56
commit 509c523312

View File

@ -179,6 +179,9 @@ class DrawDoc:
def draw_text(self,style,text,x1,y1):
pass
def center_text(self,style,text,x1,y1):
pass
def draw_line(self,style,x1,y1,x2,y2):
pass