diff --git a/apple410/plot_to_cairo.py b/apple410/plot_to_cairo.py index 1d18dfc..80d96d2 100755 --- a/apple410/plot_to_cairo.py +++ b/apple410/plot_to_cairo.py @@ -60,7 +60,7 @@ class Font: if c == '\r' or c == '\n': xoff = 0 yoff += 10 - elif c == '\n': + elif c == '\t': xoff += 20 else: self.render_char(ctx,c,xoff,yoff)