Android Question BBScrollingLabel How to change text size?

Toley

Active Member
Licensed User
Longtime User
Probably a simple question but I want to change the font size in BBScrollingLabel. Both changing the text property size from the designer or adding [font size=42] blablabla [/font] have no effect on the font size. Thanks.

Edit: I receive this error message
B4X:
Font missing from TextEngine.CustomFonts: null
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
You need to use [TextSize=25]asdasd[/TextSize]

The "font" tag is used to set a custom font.

 
Upvote 0
Top