Store direction in ResolvedBox.
Add required textDirection to TextOptions.
Link ResolvedSpan to boxes.
Use ResolvedBox when flattening trees.
Test layout with mixed font sizes.
Limit internal imports in interface tests.
Make paginateAll generic.
Deprecate the Plain interface.
Embed TextOptions in ResolvedSpan.
SpanOptions are relegated to the legacy Plain interface, and
TextOptions are now being used internally.
Add line numbers to laid out fragments.
Future-proof records with options.
Reformat golden test output.
The new format should be more in line with the overall code style and
should be more legible even when extended in the future.
Qualify Plain ParagraphData.
Use concise expression for readFromFile.
Prepare for test modules sharing Golden definitions.