From 0b1781b32432ff791cd16cb11ed486adc621e660 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Wed, 11 Jun 2003 03:03:33 +0000 Subject: [PATCH] * src/DrawDoc.py: support centered text svn: r1695 --- src/DrawDoc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/DrawDoc.py b/src/DrawDoc.py index 7282f73c3..658ac7ad1 100644 --- a/src/DrawDoc.py +++ b/src/DrawDoc.py @@ -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