win
win
The HtmlRenderer example! ---  _pic 1: HtmlRenderer on GLES2 surface, text are renderered with the Typography_ also, please note the text selection on the Html Surface. (HtmlRender => https://github.com/LayoutFarm/HtmlRenderer,...
Hello, @mta452, The **Typography** lib needs the Bidi algorithm glyph arrangement. I don't know much ( I know very little) about Arabic lang. so I want to ask and notify...
Bidi, Right-to-Left, and Arabic GSUB, GPOS work-in-progress --- شمس حب0123 A string is broken into pieces with our BidiBreakEngine (wraps the SheenBidi). Then each piece is sent do glyph layout...
- [x] port SharpFont's TrueType Hinting (https://github.com/MikePopoloski/SharpFont) I've tested it :), Tahoma, 8 pts  from the picture, PixelFarm's Typography now supports TrueType Hinting,
I think, I need to fix the Hinting! It not as clear as expect. :( 
@MikePopoloski , Thank you for your attention. :) I bring TrueType Hinting code from your repo. (now locate in https://github.com/LayoutFarm/Typography/blob/master/NetCore/PixelFarm.OpenType/TrueTypeInterperter/Interpreter.cs). I don't change the inner logic. I found the the...
closer look :) compare side-by-side. 1. SharpFont: Hinted-> use bitmap texture. (fix pixel position) 2. PixelFarm's Typography: Hint -> render each glyph vertex buffer directly to canvas (vary in glyph...

Thank you so much :)
- [x] implement http://www.antigrain.com/research/font_rasterization/ _(Maxim Shemanarev's Agg)_ in short... > So, in short words, for the nice looking text with accurate horizontal positioning we need the following. 1. Use horizontal...