Hard code font inches

basic_orders
Tyler Goodlet 2021-02-08 07:01:26 -05:00
parent 890f932400
commit 708ed89894
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ from ._exec import current_screen
log = get_logger(__name__)
# chart-wide fonts specified in inches
_default_font_inches_we_like = 6 / 96
_down_2_font_inches_we_like = 5 / 96
_default_font_inches_we_like = 0.04 #5 / 96
_down_2_font_inches_we_like = 0.03 #4 / 96
class DpiAwareFont: