DrawText::SetLetterSpacing

DrawText::SetLetterSpacing
virtual void SetLetterSpacing(float letterSpacing, UPInt startPos = 0, UPInt endPos = UPInt(-1)) = 0;
Description

SetLetterSpacing sets letter spacing to whole text or to the part of text in interval [startPos..endPos].

Parameters
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.