Xamarin Forms: How to set FontAttributes Bold for a custom font -
i have xamarin forms project use fontawesome follow link: http://forums.xamarin.com/discussion/31530/fontawesome-label-heres-how
it work well. when add code:
mylabel.fontattributes = fontattributes.bold;
the icon becomes rectangle image "?" in it.
i think it's because custom font set in normal font attribute. how can set font bold attribute in xamarin forms?
ok, fontawesome not support bold type. have use normal font attribute.
Comments
Post a Comment