SetLetterSpacing sets letter spacing to whole text or to the part of text in interval [startPos..endPos].
|
Parameters |
Description |
|
float letterSpacing |
The letter space applied to the text. |
|
UPInt startPos = 0 |
Starting position in the the text from where letter spacing starts. |
|
UPInt endPos = UPInt(-1) |
Ending position in the text till where the letter spacing is applied. |