linebender / parley

Rich text layout library
Apache License 2.0
209 stars 24 forks source link

Refactor shape.rs #57

Open dfrg opened 4 months ago

dfrg commented 4 months ago

This file is massively overloaded making it difficult to read, modify and unit test. Some of the functionality can and should be pushed to fontique. The rest can be broken up into separate passes hopefully without affecting performance.