Better typeface

This commit is contained in:
Christoffer Viken 2017-03-25 16:20:51 +00:00
parent 899f7c4ecd
commit 195f88ad06
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def print_name_label(text, margin=10, rotate=False, label_type="62", printer_typ
else: else:
height, width = label_type_specs[label_type]['dots_printable'] height, width = label_type_specs[label_type]['dots_printable']
font_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "Stranger back in the Night.ttf") font_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "ChopinScript.ttf")
fs = 2000 fs = 2000
tw, th = width, height tw, th = width, height
if width == 0: if width == 0: