Fix font size for machines without scaling

This commit is contained in:
2021-10-29 15:46:26 +02:00
parent 8e22012b23
commit 214de1d2a2

View File

@@ -150,7 +150,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: {{ machine.font_size|int - 3 }} size: {{ machine.font_size }}
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter