Release Typograffiti 2.0.0.1!
Has some vital text rendering fixes aligning baselines & scaling letterspacing with fontsize.
Ensure baselines line up!
Merge branch 'refactor' of github.com:schell/typograffiti into refactor
Fix font resizing issues, looking up appropriate Harfbuzz scaling.
Relax version constraints on base library.
Propagate bugfixes to Harfbuzz-Pure.
Incorporate OpenGL & FreeType memory management into cached API.
Test and fix rendering of consecutive newlines.
Code cleanliness fixes, propagate exceptions, & add more spatial transforms.
Get multiline text rendering working.
It turns out that the font-features list was cutting short the text-lines list.
So now the font-features list is infinite so the text-lines list cuts it short!
Document everything and get test code working again!
Expose richtext builder API.
Add nicer API for specifying font features!
Resurrect optimizations using Vectors for lists.
Fix rangechecks around fontfeatures.
Fix font-feature support, simplify API, & add type signatures.
Commit missing module dealing with uncached fonts.