Need to add a process to position each node for each word along a circle.
- The first word has the first letter at the top
- Subsequent letters a spread evenly, unless otherwise stated
- If the current word shares a letter with the next word position that shared letter at the bottom of current word and top of next word
- If no shared letter is present create a gap in the lettering where the circles of each word meet.
- If multiple shared letters, choose most verbally significant letter of the next word.
Need to add a process to position each node for each word along a circle.