Hello all,
I am interested in whether text drawn using Skia will look the same/similar to text that is drawn using DirectWrite.
I have only just started looking at DirectWrite and Skia so apologies if my question is in fact a nonsensical question.
I can see that MSDN documents that "there are 3 ways to render using DirectWrite"
In Skia source..
I don't see any calls to "ID2D1RenderTarget::DrawText" or "IDWriteTextLayout::DrawTextLayout" as described in "Render using Direct2D"
I see implementations of "IDWriteTextRenderer::DrawGlyphRun" as described in "Render using a Customer Text Renderer" but they don't seem to implement what is requested in the MSDN article.
I don't see any use of "IDWriteBitmapRenderTarget" as described in "Render to a GDI surface"
Could anyone give an overview in what way Skia uses DirectWrite / what it uses DirectWrite for?
Also how does this compare to Chromium's use of DirectWrite, for example can I make an app that draws text using Skia that will look the same as text drawn using chromium?
Many thanks,
Dave.