~jaro/balkon

ref: a8353aec15f381ae373f30c69d76962fdec99e5e balkon/test/Data/Text/ParagraphLayout/RichSpec.hs -rw-r--r-- 24.3 KiB
Test struts on paragraph with offset middle box.
Add paragraphLines to Rich ParagraphLayout.

BREAKING: The paragraphLines field of ParagraphLayout must be preserved
for pagination.

BREAKING: The width of a rich text ParagraphLayout will now remain
unchanged after pagination.

BREAKING: Empty space at the top of the first line and at the bottom
of the last line in a ParagraphLayout will now be preserved.
Add manual test for mixed vertical alignment.
Test shifted baseline.
Test mixed line height with varied alignment.
Test preservation of lines with boxes.
Test boxes with no text or only a space.
Test paragraphSafeWidth on LTR paragraphs.
Test with AlignStart by default.
Test centred paragraph.
Test right-aligned paragraph.
Test handling of empty lines.
Test mixed line height.
Test shaping across intra-word breaks.
Test with only directionally neutral characters.
Add shaped runs output for bidirectional text.
Add tests for mixed text direction.
Test interaction between boxes and mixed script.
Test soft breaking on box spacing.
Test line breaking in boxes.
Next