B4J Question change bblabel font size programmatically

le_toubib

Active Member
Licensed User
Longtime User
hi falks , how do i change bblabel font size programatically both in b4j and b4a ??
 

le_toubib

Active Member
Licensed User
Longtime User
Thanks for reply ,
I know about the [TextSize] tag , it didn't work with nested tags , i tried this , it didn't work :
B4X:
[TextSize=12]Lorem ipsum [b] dolor [/b] sit amet[/TextSize]
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4X:
BBCodeView1.Text = $"[TextSize=30]this is a [b]test[/b][/TextSize]"$

1601628417149.png
 
Upvote 0
Top