A Alex_197 Well-Known Member Licensed User Longtime User Aug 17, 2026 #1 Hi, is it possible to write a text on a button in 2 different fonts or apply a CSBuilder? Thanks.
Erel B4X founder Staff member Licensed User Longtime User Aug 18, 2026 #2 @Star-Dust posted a cross platform code to set CSBuilder to labels or buttons: https://www.b4x.com/android/forum/t...rk-on-b4xview-button-label.123647/post-772563 Upvote 0
@Star-Dust posted a cross platform code to set CSBuilder to labels or buttons: https://www.b4x.com/android/forum/t...rk-on-b4xview-button-label.123647/post-772563
ilan Expert Licensed User Longtime User Aug 18, 2026 #3 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
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.