Implemented soft-wrap support in TextLayout.

Also fixed an old LineWrap::computeLineBreaks bug that wrapped too soon some texts, I had to update the tests (they where looking strange but I thought it was some unfortunate wrapping).
This commit is contained in:
Martín Lucas Golini
2026-01-25 00:26:54 -03:00
parent 1789540388
commit 9d4fce4524
9 changed files with 217 additions and 35 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
premake5 --disable-static-build gmake
make -C make/macosx/ -e config=release_arm64
make -C make/macosx/ -j$(sysctl -n hw.ncpu) -e config=release_arm64
- name: Unit Tests
run: |
cd bin/unit_tests