Currently using CTLineBreakMode.kCTLineBreakByWordWrapping but this breaks the word if the word does not fit on a single line. https://developer.apple.com/documentation/coretext/ctlinebreakmode/kctlinebreakbywordwrapping?language=objc
Is there a way to prevent the word from breaking?