Hey guy,
I'm trying to match the text rendering of Chromium in Skia. Our's come out looking slightly less bold and with what looks like different anti-aliasing. Fidelity in our system is of high priority so we're trying to match it as much as reasonably possible. For context the first picture is from chromium and the second is from our skia based renderer. It's going to be hard to notice the difference without fullscreen image comparing them though (also ignore the leading difference).
I've noticed that the build which Chromium uses (under their
build.gn) adjusts the `SK_GAMMA_EXPONENT` and `SK_GAMMA_CONTRAST` values. I assumed that's what would be causing these differences for us, however upon adjusting it to the same values that Chromium builds with, I still get the exact same output from our renderer. I assume I may have my build for it set up wrong.
Would someone be able to clarify what these values visually affect?
Thanks!