vidstige / NRasterizer

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

Measure text (v2) #48

Closed tocsoft closed 7 years ago

tocsoft commented 7 years ago

Ported all code over to the updated project structure.

Refactored the rendering and measuring away from the 'layout' code.

This should leave a clean place where all glyph layout can happen, newlines, tabs, wrapping, justification etc independently from rendering and measuring and should make testing the layout options simple to test.

fixes #42

vidstige commented 7 years ago

Awesome. Some comments, need ro rush now. Should be mergeable pretty soon. Thank you so much.

vidstige commented 7 years ago

Some smaller things I can also clean up afterwards.

tocsoft commented 7 years ago

@vidstige think I've covered all your changes.

tocsoft commented 7 years ago

🎉 yay