The current code handling curved words does a division by zero if the word has a length of 1, this just sends any word with only 1 character directly to render_multiline, like the code currently does on words longer than 10 characters.
The current code handling curved words does a division by zero if the word has a length of 1, this just sends any word with only 1 character directly to render_multiline, like the code currently does on words longer than 10 characters.