I asked over in the 4.32 firmware thread but I suspect it got buried and really it’s more of a patch question anyway.
With the whole WebKit rendering option in the config file do we need to use the patches that do something similar to them? Are they both getting to the same goal in different ways, or would they work together? And if they do work together could they be combined with a non matching option, e.g legibility and precision one from the configuration file the other from the patches?
For those who don’t know it was discovered you can add the following to the config file:
[Reading]
webkitTextRendering=*
Where the value is one of the following
optimizelegibility
geometricPrecision
optimizeSpeed
auto
|