I found changing it to dpi / 192.0 to be fairly comfortable. It wouldn't be too hard to add a scale option and change to `return (dpi * scale) / 192.0`. The "right way" is probably to do that but also get scale by checking the screen resolution; I'd go by height due to the increasing adoption of ultra-wide monitors:
mmm_grayons|5 years ago
haddr|5 years ago
There should be a separate feature to handle higher-resolution screens.
Anyway, it feels really easy to change anything in this editor.