vidstige / NRasterizer

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

render a string #17

Closed prepare closed 7 years ago

prepare commented 7 years ago

Do you want to use cached glyph? This should be used, it is about performance.

cahced_glyph


This, from my latest, render a string , with Tahoma 11 pts

tahoma_11pts


Enable kerning option kern1

vidstige commented 7 years ago

Would be great improvement, but right now I think we should focus on removing the duplicated code. I think best would be if your repo could use a NuGet package instead. Once we have that we can start with performance optimizations.