Removing space after JPN period

This commit is contained in:
The Gears of Progress 2026-01-21 14:16:43 -05:00
parent 13459812fa
commit dc586d941f

View File

@ -213,6 +213,7 @@ def SplitSentenceIntoLines(sentence, offset, pixelsPerChar, pixelsInLine):
lineLength = 0
offset = 0
currLine = currLine.replace("", "") # Get rid of the space after the Japanese peroid
outStr += currLine
return lineLength + offset, lineCount, outStr