Text: Update `getStringSplitToWidth` to calculate entire string width when determining a line instead of summing the width of each word individually #90
Otherwise, some lines will have too much text as truncating shadow from each word individually will lead to a calculated line width different from the actual.
Otherwise, some lines will have too much text as truncating shadow from each word individually will lead to a calculated line width different from the actual.