S sarim123 Member Licensed User Longtime User Mar 4, 2013 #1 Hello everyone, is there a way to change the font on a label that is on a widget. Is there a way to do this? I would like to make the font on the widget a little more cool looking. Any help is appreciated. Thanks!
Hello everyone, is there a way to change the font on a label that is on a widget. Is there a way to do this? I would like to make the font on the widget a little more cool looking. Any help is appreciated. Thanks!
Erel B4X founder Staff member Licensed User Longtime User Mar 5, 2013 #2 Your only option is to use ImageView instead of label and draw the text with Canvas.DrawText. Upvote 0