Hi !
In french we have a space between ! (question mark) ? (intégration mark) : (i don't know the word in english )
Do you see a method to add automatically a non-breaking space between ? and the word to avoid this :
thanks for you idea !
Automatically add a non-breaking space between a word and "?"
Re: Automatically add a non-breaking space between a word and "?"
Hi,
You can paste in non-breaking space characters from the clipboard. The Unity editor's input fields don't allow you enter a non-breaking space with the key combination Alt +0160, which is a fairly standard way of adding characters by their Unicode values on Windows. Alt+Space may work on Macs. Alternatively. if you're using TextMesh Pro you can use a <space> tag to represent a non-breaking space, such as in "un bouquet de fleurs<space=0.5em>?"
You can paste in non-breaking space characters from the clipboard. The Unity editor's input fields don't allow you enter a non-breaking space with the key combination Alt +0160, which is a fairly standard way of adding characters by their Unicode values on Windows. Alt+Space may work on Macs. Alternatively. if you're using TextMesh Pro you can use a <space> tag to represent a non-breaking space, such as in "un bouquet de fleurs<space=0.5em>?"
Re: Automatically add a non-breaking space between a word and "?"
Hey, i'm a little bit late but thanks a lot ! <3