Hi
using bbcodeview class i have strange behaviour
1) usign Textsize with great values (30,35) with string that contain CRLF, the space betwheen rows is not the same for all rows
for example mystring is
2) how to use with vertical align CENTER?
thanks
using bbcodeview class i have strange behaviour
1) usign Textsize with great values (30,35) with string that contain CRLF, the space betwheen rows is not the same for all rows
for example mystring is
B4X:
dim mystring as String
mystring = $"[TextSize=25]questa è la mia prima riga che voglio formattare${CRLF}
questa è la mia seconda riga che voglio formattare${CRLF}
questa è la mia terza riga che voglio formattare${CRLF}
questa è la mia quartariga che voglio formattare${CRLF}
[/TextSize]"$
2) how to use with vertical align CENTER?
thanks