[orx-text-writer] Add horizontal and vertical text alignment features

Introduced horizontalAlign and verticalAlign properties in WriteStyle and TextWriter, enabling precise text alignment within bounding boxes. Enhanced text token management to support alignment calculations and adjusted demos to showcase the new capabilities.
This commit is contained in:
Edwin Jakobs
2025-02-26 12:27:40 +01:00
parent a4c053183c
commit 46744025a8
5 changed files with 386 additions and 14 deletions

View File

@@ -16,6 +16,7 @@ kotlin {
val jvmDemo by getting {
dependencies {
implementation(project(":orx-text-writer"))
implementation(project(":orx-shapes"))
}
}
}