kopia lustrzana https://github.com/inkstitch/inkstitch
lettering: fix back and forth (#3419)
rodzic
e6a30990a1
commit
cf579e4f3c
|
|
@ -227,6 +227,8 @@ class Font(object):
|
|||
letter_group = self._render_line(destination_group, line, position, glyph_set)
|
||||
if (back_and_forth and self.reversible and i % 2 == 1) or variant == '←':
|
||||
letter_group[:] = reversed(letter_group)
|
||||
for group in letter_group:
|
||||
group[:] = reversed(group)
|
||||
|
||||
position.x = 0
|
||||
position.y += self.leading
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue