SetTextCharX

Description

Set the X position of an individual character relative to the text position set earlier. The character will be positioned using its top left corner. If any of the following commands are called the position of all characters will be reset to a straight line: SetTextPosition, SetTextX, SetTextY, SetTextSize, SetTextSpacing, SetTextAlignment. Positioning characters within a text object is more efficient than positioning lots of small text objects each containing a character as all the characters can be drawn in a single draw call.

Definition

SetTextCharX( iTextIndex, iCharIndex, x )

Parameters