* src/DrawDoc.py: support centered text
svn: r1695
This commit is contained in:
parent
9615795b56
commit
509c523312
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user