vidstige / NRasterizer

OpenType parser in pure c#
Apache License 2.0
38 stars 11 forks source link

Support Newline while rendering text. #39

Closed tocsoft closed 7 years ago

tocsoft commented 7 years ago

initial support for newlines could be a simple as skip rendering it and instead add the line height to yy and reset xx back to its starting value in Renderer.Render(...).

Additionally I would just skip carriage returns completely, or alternatively treat them like newlines unless proceeded by one in which case skip it.

tocsoft commented 7 years ago

resolved by #49