* src/DrawDoc.py: support centered text
svn: r1695
This commit is contained in:
parent
f4bacd024a
commit
0b1781b324
@ -179,6 +179,9 @@ class DrawDoc:
|
|||||||
def draw_text(self,style,text,x1,y1):
|
def draw_text(self,style,text,x1,y1):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def center_text(self,style,text,x1,y1):
|
||||||
|
pass
|
||||||
|
|
||||||
def draw_line(self,style,x1,y1,x2,y2):
|
def draw_line(self,style,x1,y1,x2,y2):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user