iOS Question Different fonts for button text

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi, is it possible to write a text on a button in 2 different fonts or apply a CSBuilder?

Thanks.
 

ilan

Expert
Licensed User
Longtime User
it should be possible to draw a b4xbitmap using b4xcanvas with 2 different fonts and then use it as the button background.
this would make also this solution b4x cross platform compatible.
 
Upvote 0
Top