;-OK code
Dim atLabel as Label
atLabel.Typeface=Typeface.FONTAWESOME
atLabel.Typeface=Typeface.DEFAULT_BOLD
;-The code below handles only the second BOLD
Dim atView As B4XView
atView.Font=xui.CreateFont(Typeface.FONTAWESOME, 17)
atView.Font=xui.CreateFont(Typeface.DEFAULT_BOLD, 17)
How to set Typeface.FONTAWESOME, ypeface.DEFAULT_BOLD 2 properties at the same time in B4XView?