diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-12-15 20:21:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-15 20:21:41 -0500 |
| commit | 1e0280db10cbb987842648f78f37bb9acc827305 (patch) | |
| tree | b3ddf36770535402ca9a2ae7af2d1e3d8bffae33 /lib/lettering/font.py | |
| parent | 8389d792adfd4d43785d3850e0558f2b386c7266 (diff) | |
basic lettering GUI (#351)
Diffstat (limited to 'lib/lettering/font.py')
| -rw-r--r-- | lib/lettering/font.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lettering/font.py b/lib/lettering/font.py index 4a89df47..9d0389a0 100644 --- a/lib/lettering/font.py +++ b/lib/lettering/font.py @@ -106,7 +106,7 @@ class Font(object): position.x = 0 position.y += self.leading - if self.auto_satin: + if self.auto_satin and len(line_group) > 0: self._apply_auto_satin(line_group) return line_group |
