Closed matil019 closed 4 years ago
Resolves #142
Modifies makeLines and padWords to use gsWidth . stringToGraphemes instead of length to count the visual width of strings instead of counting the number of characters.
makeLines
padWords
gsWidth . stringToGraphemes
length
Thanks again for finding this issue and for the fix!
Resolves #142
Modifies
makeLines
andpadWords
to usegsWidth . stringToGraphemes
instead oflength
to count the visual width of strings instead of counting the number of characters.