and now with M59:
Sorry, this is what was fixed leading into M59 - https://bugs.chromium.org/p/skia/issues/detail?id=6487.
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/d/optout.
But then would the issues related to those changes regress in any way? 6487 etc?
--
6487 I believe has more to do with whether or not vertical anti-aliasing is used or not. This case is more about whether or not any hinting is used or not. In all of the images on this thread so far, the 'before' image is obviously doing at least some horizontal stem snapping to the pixel grid, where the 'after' are not. This (and the timing) would indicate that the change in Skia is that Skia now actually does no hinting on Windows with SkPaint::kNo_Hinting specified (and that is supported). Note that the DirectWrite on Windows 7 does not support no-hinting, so if you run these examples on Windows 7 I expect you will still see the 'before' behavior.
On Thu, Aug 31, 2017 at 11:15 AM, Corey Lucier <corey....@gmail.com> wrote:
But then would the issues related to those changes regress in any way? 6487 etc?
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
Thanks for the info! It looks like hinting should help get us closer to our desired result. I think it should work well for us, except for in the Before the Rain case below.A couple follow-up questions:I'm still seeing a slight difference between the M57 no-hint behavior and the M59 slight/normal hint behavior, could this possibly be because of the fix for 6487?
I'm not seeing a difference between slight and normal hinting on M59 Windows. Are there some test cases where this would be more obvious, or is there a chance they are the same on Win 10 1703?
I'm also seeing a slight regression towards 6487 with hinting turned on. It happens at smaller font sizes then before (around size 20 or smaller). Is there any potential way to correct this?
Thanks again for your help,-Bear
On Thursday, August 31, 2017 at 8:26:32 AM UTC-7, bungeman wrote:6487 I believe has more to do with whether or not vertical anti-aliasing is used or not. This case is more about whether or not any hinting is used or not. In all of the images on this thread so far, the 'before' image is obviously doing at least some horizontal stem snapping to the pixel grid, where the 'after' are not. This (and the timing) would indicate that the change in Skia is that Skia now actually does no hinting on Windows with SkPaint::kNo_Hinting specified (and that is supported). Note that the DirectWrite on Windows 7 does not support no-hinting, so if you run these examples on Windows 7 I expect you will still see the 'before' behavior.On Thu, Aug 31, 2017 at 11:15 AM, Corey Lucier <corey....@gmail.com> wrote:But then would the issues related to those changes regress in any way? 6487 etc?--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss+unsubscribe@googlegroups.com.