~jaro/balkon

ref: 2a2cdd51f9c7560ff2eb6e92a2fe3a4b75b54e1c balkon/.golden d---------
Add ancestor boxes to interface.
Test layout with mixed font sizes.
Test Rich pagination.
Test Rich line wrapping.
Test Rich layout.
Add user data to spans.
Add line numbers to laid out fragments.
Update formatting in golden files.

All golden files are regenerated to use the new formatting.

This only affects whitespace (including newlines), otherwise the golden
values are perfectly equal. You can check this using the command:
`git show --word-diff-regex='[^[:space:]]'`
Rename golden files for easier tracking.
Make demo font size better match window.
Add paragraph pagination.
Test removing spaces around lines.
Allow empty lines when hard line breaking.
Support hard line breaks.
Include fontInfo in the repository.

This should make it possible to use the sample test outputs straight
from the repository, without having to build and run the tests.
Add shaped runs for demo.
Test effect of paragraph prefix.
Add test for Devanagari.
Test forming and breaking ligatures.
Allow breaking at character bounds.
Next