mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Change lineSpacing text config attribute to lineHeight (#37)
This commit is contained in:
parent
26013e657f
commit
51082d2f1e
5 changed files with 23 additions and 17 deletions
|
|
@ -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' }
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue