Open corliss opened 8 years ago
Just FYI - OpenGL ES2 has no API to draw text.
Hi @corliss , That is a hard point!
I am developing drawing back-end for it! (use multi-channels signed distance field (msdf) font, see prepare/PixelFarm-dev)
original msdf, see https://github.com/Chlumsky/msdfgen
@corliss , for text rendering in pure C# still not complete, on progression.
but now we have OpenType Font Glyph rendering in pure C#. see more => https://github.com/LayoutFarm/Typography
I hope text rendering may complete soon.
GLES2 based-HtmlRenderer, early preview,
pic 1: render with OpenGLES2, Text is rendering with PixelFarm's MiniAgg+ the Typography.
pic 2: render with GDI+ (System.Drawing)
I've managed to build and run the project, and have a few questions:
Thanks!