Alexander Mot
Results
2
comments of
Alexander Mot
Adding the flag worked, but now I'm wondering if that's mainly because of the `_MSC_VER < 1900 || __cplusplus < 201103L` line. I'm using v140 build tools but the VS...
I was running into the same issue and "fixed it" by setting textScaleFactor = 1. You might need a value lower than 1 and I would consider this a workaround,...