Closed Zesko closed 3 months ago
Limine 8.0.0
I have a monitor with zoll 27 and 1440p.
defaulf term_font_scale is 2x2, but it is a bit too big and shows aliased text in this monitor.
term_font_scale
2x2
I tried to set term_font_scale to 1x1, but it is a bit too small without noticing aliasing.
1x1
I would like to set term_font_scale to 1.5x1.5, but floating point numbers are not supported.
1.5x1.5
Is that possible to support floating point numbers with the limit exponent 10^-1 like1.5x1.5 or 1.2x1.2 for term_font_scale ?
1.2x1.2
Thanks!
Hi, this is an issue to open against https://github.com/mintsuki/flanterm
Limine 8.0.0
I have a monitor with zoll 27 and 1440p.
defaulf
term_font_scale
is2x2
, but it is a bit too big and shows aliased text in this monitor.I tried to set
term_font_scale
to1x1
, but it is a bit too small without noticing aliasing.I would like to set
term_font_scale
to1.5x1.5
, but floating point numbers are not supported.Is that possible to support floating point numbers with the limit exponent 10^-1 like
1.5x1.5
or1.2x1.2
forterm_font_scale
?Thanks!