As mentioned in #1367 the normalization factor for the DPI is hardcoded everywhere in our codebase. It would be better to extract it into an constexpr:
constexpr auto const DPI_NORMALIZATION_FACTOR = 72.0;
I guess I'm gonna look into this in a bit since I'll have to learn C++ soon anyway :)
Most helpful comment
I guess I'm gonna look into this in a bit since I'll have to learn C++ soon anyway :)