Android Question How to set Typeface.FONTAWESOME, ypeface.DEFAULT_BOLD 2 properties at the same time in B4XView?

KIM jihoon

Member
Licensed User
Longtime User
B4X:
    ;-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?

thanks for the help
 

KIM jihoon

Member
Licensed User
Longtime User
Mahares
thank you very much for the solution
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…