~jaro/balkon

ref: b983e599d307315572e33b209ac5595c44959466 balkon/src/Data/Text/ParagraphLayout/Internal/Plain/ParagraphLayout.hs -rw-r--r-- 3.1 KiB
Prevent empty shaped runs.

This is in preparation for a breaking change that introduces some
empty fragments into the output. Since the shaped runs output is not
concerned with runs of zero glyphs, these will be proactively removed.
Refactor lineNumbers into a common module.
Refactor pagination to allow rich layout.
Separate interface-independent constants.
Add user data to spans.
Separate internal plain Paragraph/ParagraphLayout.
Move paragraphSpanBounds to the correct module.
Fix style: white space in exports and imports.
Implement splitting ParagraphLayout into lines.
Separate module for the ParagraphLayout type.