RiTa
index
Name splitLetters()
Class RiText
Description Splits the current object into an array of RiTexts, one per letter, maintaining the x and y position of each. Note: In most cases the original RiText should be deleted manually to avoid a doubling effect (via RiText.delete(originalRiText)).
Syntax
splitLetters();
Returns rita.RiText[]
Usage Web & Application
Related