~jaro/balkon

ref: ff8e9d3d0ef7236b5dbbc566203645483c56a9b9 balkon/src/Data/Text/ParagraphLayout/Internal/TextOptions.hs -rw-r--r-- 1.9 KiB
Propagate BiDi levels to layout algorithm.

BREAKING: Text direction of the root box is now correctly used for
ordering fragments. Previously, the order was always LTR.
Add required textDirection to TextOptions.
Define BoxOptions and TextOptions for formatting.

Differentiating the two record types reflects the fact that the root
inline box cannot be styled but its text contents can.