~jaro/balkon

9770e95e2ea1dff02a80a310c94a2fa7389114d5 — Jaro 11 months ago 1031ce9
Expose rect unions in public interface.
2 files changed, 6 insertions(+), 0 deletions(-)

M CHANGELOG.md
M lib/Data/Text/ParagraphLayout/Rect.hs
M CHANGELOG.md => CHANGELOG.md +2 -0
@@ 2,6 2,8 @@

## 1.1.1.0 -- TBD

* Exposed functions for calculating rectangle unions.

## 1.1.0.0 -- 2023-05-31

* Updated support for bidirectional text:

M lib/Data/Text/ParagraphLayout/Rect.hs => lib/Data/Text/ParagraphLayout/Rect.hs +4 -0
@@ 10,6 10,10 @@ module Data.Text.ParagraphLayout.Rect
    , y_max
    , y_min
    , y_terminus
    , union
    , unionMany
    , unionMany1
    , Bias (LL, LH, HL, HH)
    )
where