Hi all.
I have this code:
This is effect:
it does not wrap automatically, why ?
In attachment example
Thank you
I have this code:
B4X:
Dim cs As CSBuilder
cs.Initialize.Alignment("ALIGN_CENTER").Font(Font.CreateFontAwesome(18)).Font(Font.DEFAULT_BOLD).Color(Colors.ARGB(255, 255,220,115)).Append($"BENVENUTO IN PIZZERIA"$).Append(CRLF).Append(CRLF).PopAll
cs.Font(Font.CreateFontAwesome(14)).Font(Font.DEFAULT_BOLD).Color(Colors.White).Append($"Inserisci le tue credenziali per accedere oppure Registrati."$).Append(CRLF).PopAll
cs.Font(Font.CreateFontAwesome(14)).Font(Font.DEFAULT_BOLD).Color(Colors.White).Append($"La registrazione dura meno di un minuto e ci permette di sapere dove consegnare le pizze."$).Append(CRLF).PopAll
cs.Font(Font.CreateFontAwesome(14)).Font(Font.DEFAULT_BOLD).Color(Colors.White).Append($"Nel campo ID PIZZERIA inserisci il numero fornito dalla Pizzeria"$).Append(CRLF).PopAll
cs.Font(Font.CreateFontAwesome(14)).Font(Font.DEFAULT_BOLD).Color(Colors.White).Append($"Grazie per averci scelto."$).Append(CRLF).PopAll
Label1.AttributedText = cs
This is effect:
it does not wrap automatically, why ?
In attachment example
Thank you