text rendering fixes

This commit is contained in:
Jorijn van der Graaf 2026-04-15 19:30:21 +02:00
commit ef8d623525
2 changed files with 37 additions and 13 deletions

View file

@ -30,6 +30,12 @@ export namespace Crafter {
Right
};
enum class TextVerticalAlignment {
Top,
Center,
Bottom
};
enum class TextOverflowMode {
Clip,
Wrap