[Core] Update debug tools to include text alignment

This commit is contained in:
Nic Barker 2025-02-12 13:05:48 +13:00
parent d637e2a122
commit e35bba079e
8 changed files with 17 additions and 1 deletions

View file

@ -96,6 +96,12 @@ TextWrapMode :: enum EnumBackingType {
None,
}
TextAlignment :: enum EnumBackingType {
Left,
Center,
Right,
}
TextElementConfig :: struct {
textColor: Color,
fontId: u16,
@ -103,6 +109,7 @@ TextElementConfig :: struct {
letterSpacing: u16,
lineHeight: u16,
wrapMode: TextWrapMode,
textAlignment: TextAlignment,
hashStringContents: bool,
}

Binary file not shown.

Binary file not shown.

Binary file not shown.