Hi there,
maybe there is a bug in setting the style of a label, setting it via typeface to bold runs well, italic didn't work as aspected. It will be normal on my devices. Setting it in the Designer works well. But in my case i have set labels programmatically.
Didn't work for me:
maybe there is a bug in setting the style of a label, setting it via typeface to bold runs well, italic didn't work as aspected. It will be normal on my devices. Setting it in the Designer works well. But in my case i have set labels programmatically.
Didn't work for me:
B4X:
Dim f As Typeface
lblDescription.Typeface = f.CreateNew(f.DEFAULT,f.STYLE_ITALIC)