I couldn't find anything which looked like it would do this in the source.
I note that in SkiaSharp this is achieved via SKPaint.LcdRenderText property.
Have I missed something? Could this be added?
Is there any workaround/hack to access this?
It seems to me that getting font rendering to look exactly like it does in Chrome and other Skia based apps would be one of the biggest reasons for trying/using skija, so this seems pretty major to me.
I couldn't find anything which looked like it would do this in the source.
I note that in SkiaSharp this is achieved via SKPaint.LcdRenderText property.
Have I missed something? Could this be added?
Is there any workaround/hack to access this?
It seems to me that getting font rendering to look exactly like it does in Chrome and other Skia based apps would be one of the biggest reasons for trying/using skija, so this seems pretty major to me.
Many thanks.