Johnmcenroy Active Member Licensed User Longtime User Jun 15, 2013 #1 Can label's text have different text sizes ? Something like : B4X: lbl.Text = size12 ("Info") & size10 ("Info2") Thanks
Can label's text have different text sizes ? Something like : B4X: lbl.Text = size12 ("Info") & size10 ("Info2") Thanks
I Inman Well-Known Member Licensed User Longtime User Jun 15, 2013 #2 This can be done using RichString library Basic4android - RichString http://www.b4x.com/forum/additional-libraries-classes-official-updates/10680-richstring-library.html Upvote 0
This can be done using RichString library Basic4android - RichString http://www.b4x.com/forum/additional-libraries-classes-official-updates/10680-richstring-library.html
Johnmcenroy Active Member Licensed User Longtime User Jun 15, 2013 #3 Thank you Inman Inman said: This can be done using RichString library Basic4android - RichString http://www.b4x.com/forum/additional-libraries-classes-official-updates/10680-richstring-library.html Click to expand... Upvote 0
Thank you Inman Inman said: This can be done using RichString library Basic4android - RichString http://www.b4x.com/forum/additional-libraries-classes-official-updates/10680-richstring-library.html Click to expand...