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

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -

javascript - three.js lot of meshes optimization -