ogkalu2/comic-translate

Wishlist for manual mode development

TaunT opened this issue · 2 comments

  1. Add a control for setting a custom text color in a block and custom font size - done! #114

image

  1. Add a control for line spacing

  2. Buttons to reduce and increase all existing rectangles - really needed.
    Now on each page you have to slightly reduce each rectangle each time. - Done #112

  3. option to disable outline on text - done #110

@TaunT Where can I change the line spacing?

@Sterben1579
modules/rendering/render.py
line 123:
draw.multiline_text(tbbox_top_left, translation, colour, font, align=blk.alignment, spacing=1)
to
draw.multiline_text(tbbox_top_left, translation, colour, font, align=blk.alignment, spacing=2) or more)