Closed orontee closed 9 months ago
On my e-reader the default font from the theme is really tiny, thus I applied a scale factor arbitrarily computed from the screen DPI. On my device, this computation leads to slightly smaller font than what we used to have; It improves readability. I like it.
But it must be tested on other devices! The pre-release 1.8.0-rc2 is available for people to test.
Two other changes related to readability:
No news is good news!
Context
Cf. #86
Analysis
Font size is currently hard-coded, see https://github.com/orontee/taranis/blob/main/src/fonts.h#L7.
It could be automatically selected, may be depending on display dpi? Or, since there is a limited number of possible screen sizes, there could be fixed font size for each screen size:
Even more simpler, there are "themes". Maybe using current theme fonts would solve our problem?