term: font_size_adjust: use DPI=96 when font is *not* scaled by DPI

Closes #842
This commit is contained in:
Daniel Eklöf 2021-12-14 17:45:12 +01:00
parent 3e5a9aa904
commit a098fad004
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 14 additions and 8 deletions

View file

@ -48,6 +48,12 @@
### Deprecated
### Removed
### Fixed
* Font size adjustment (“zooming”) when font is configured with a
**pixelsize**, and `dpi-aware=no`
(https://codeberg.org/dnkl/foot/issues/842).
### Security
### Contributors