update odin bindings

This commit is contained in:
Nic Barker 2025-01-30 09:44:02 +13:00
parent b9df40003f
commit 9d4b98a236
6 changed files with 7 additions and 6 deletions

View File

@ -111,12 +111,13 @@ TextWrapMode :: enum EnumBackingType {
} }
TextElementConfig :: struct { TextElementConfig :: struct {
textColor: Color, textColor: Color,
fontId: u16, fontId: u16,
fontSize: u16, fontSize: u16,
letterSpacing: u16, letterSpacing: u16,
lineHeight: u16, lineHeight: u16,
wrapMode: TextWrapMode, wrapMode: TextWrapMode,
hashStringContents: bool,
} }
ImageElementConfig :: struct { ImageElementConfig :: struct {

Binary file not shown.

Binary file not shown.

Binary file not shown.