|
RiTa index |
|
| Name | RiText.createLetters() |
| Class | RiText |
| Description | Creates an array of RiTexts, one per letter, with appropriate x and y positions for each (using the 'font' specified), starting at 'xStart' and 'yStart'. |
| Syntax | RiText.createLetters(pApplet, theFont, theText, startX, startY); RiText.createLetters(pApplet, theText, startX, startY); |
| Returns | rita.RiText[] |
| Usage | Web & Application [static] |
| Related | |