Stick with slightly smaller fonts

tina_free_vwap
Tyler Goodlet 2020-12-14 12:32:35 -05:00
parent 38798c7a53
commit 639f34eaac
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ from ..log import get_logger
log = get_logger(__name__)
# chart-wide fonts specified in inches
_default_font_inches_we_like = 0.0666
_down_2_font_inches_we_like = 6 / 96
_default_font_inches_we_like = 6 / 96
_down_2_font_inches_we_like = 5 / 96
class DpiAwareFont: