diff --git a/contrib/viptext b/contrib/viptext index d170079..0efe943 100755 --- a/contrib/viptext +++ b/contrib/viptext @@ -34,7 +34,7 @@ def flutsend(img,ox,oy): def fluttext(text,x,y,width=1024): - img = pyvips.Image.text(text,dpi=150,width=width) + img = pyvips.Image.text(text,dpi=150,font='monospace',width=width) flutsend(img,x,y)