Better approximation to native font size

This commit is contained in:
belono 2023-05-28 20:44:19 +02:00
parent af093dd04d
commit a46092bf4d

View File

@ -547,8 +547,8 @@ class Escpos(object):
impl=impl, impl=impl,
module_height=height * mmxpt, module_height=height * mmxpt,
module_width=width * mmxpt, module_width=width * mmxpt,
text_distance=2, # TODO: _hw_barcode() size equivalence text_distance=3, # TODO: _hw_barcode() size equivalence
font_size=6, # TODO: _hw_barcode() size equivalence font_size=9, # TODO: _hw_barcode() size equivalence
center=align_ct, center=align_ct,
) )
return return