Change lineSpacing text config attribute to lineHeight (#37)

This commit is contained in:
Nic Barker 2024-10-05 20:57:52 +13:00 committed by GitHub
parent 26013e657f
commit 51082d2f1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 17 deletions

View file

@ -128,7 +128,7 @@
{ name: 'fontId', type: 'uint16_t' },
{ name: 'fontSize', type: 'uint16_t' },
{ name: 'letterSpacing', type: 'uint16_t' },
{ name: 'lineSpacing', type: 'uint16_t' },
{ name: 'lineHeight', type: 'uint16_t' },
{ name: 'disablePointerEvents', type: 'uint8_t' }
]
};