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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -