[Core] Add option to hash text contents to text config (#238)

This commit is contained in:
Nic Barker 2025-01-30 09:59:42 +13:00 committed by GitHub
parent 5fae7a6249
commit a1e692b72a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 20 additions and 9 deletions

View file

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

Binary file not shown.

Binary file not shown.

Binary file not shown.