Fine tuned padding correction

This commit is contained in:
Maximilian Giller 2019-03-08 21:35:52 +01:00
parent cec0ee83da
commit f15c9fdb39

View file

@ -3,7 +3,7 @@ from PIL import ImageFont, ImageDraw, ImageOps
from Assets import path, defaultfont from Assets import path, defaultfont
from TextWraper import wrap_text_with_font from TextWraper import wrap_text_with_font
paddingcorrection = -5 paddingcorrection = -3
class TextDesign (DesignEntity): class TextDesign (DesignEntity):
"""Object that manages all information relevant to text """Object that manages all information relevant to text