How to make the text in label become a fontawesome in runtime? I've tried these two codes
but neither of them is working.
B4X:
label1.Font = Font.CreateFontAwesome(12)
label1.Font = Font.CreateNew2("FontAwesome", 12)
but neither of them is working.