how to justify the last line of text of each page of a document splitted in multiple pages?
guard let lastLine = (characterRange.location == NSNotFound) ? textStorage.string.lastLine : textStorage.string.lines[characterRange.location + 1] else { return }