iOS Question How to change a text size / font in BarButton?

b4xscripter

Member
Licensed User
Longtime User
Hi,

Ii need to change the text style in BarButton. Is it possible to put it, for example in different font, bold, text size?

B4X:
Dim newButton As BarButton
       newButton.InitializeText("Hello", "hello")

Thank you!

best regards
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The simplest way is to set the style with the designer:

SS-2018-05-22_09.26.52.png
 
Upvote 0
Top