From 9c187b16d1ec6dd86d70461015c9670e890f7728 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 9 Mar 2014 23:23:02 +0100 Subject: add draw_text todo, there is an limitation in text length MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/__main__.py b/src/__main__.py index efc31fd..501a30b 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -149,7 +149,7 @@ class Bar: ''' return self.font.query_text_extents(text).overall_width - def draw_text(self, x, y, descent, text): + def draw_text(self, x, y, descent, text): ## TODO fix support for text longer than 255 symbols ''' Draw a text -- cgit v1.2.3-70-g09d2