Quote:
Originally Posted by jackie_w
P.S. Before anyone asks, I've no idea what you should expect to see if you set the config file to either of the following options:
Code:
webkitTextRendering=auto
webkitTextRendering=geometricprecision
I'll leave that as an exercise for another curious mind.
|
According to spec, with auto, fonts under 20pt are rendered with optimizeLegibility, while fonts larger than 20pt are render with optimizeSpeed. But that's assuming the renderer Kobo is using works like other webkit-based renderers. Ditto for geometricPrecision; heck, Firefox-based renderers ignore it and treat it as optimizeLegibility.