fxconv: fix conversion of char-spacing attribute

This commit is contained in:
Lephenixnoir 2021-11-04 14:46:40 +01:00
parent 317b82348f
commit cdeefa1de6
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ def convert_topti(input, params):
line_height = int(params.get("height", grid.h))
# Default character spacing to 1
char_spacing = params.get("char-spacing", 1)
char_spacing = int(params.get("char-spacing", "1"))
#--
# Encoding blocks