Xamarin.Plugins icon indicating copy to clipboard operation
Xamarin.Plugins copied to clipboard

some fa icons don't show

Open Pirate911 opened this issue 7 years ago • 2 comments

When i use this it doesn't work : <iconize:IconImage IconSize="30" WidthRequest="30" HeightRequest="30" IconColor="Black" **Icon="fa-user-circle-o"** />

but this works and shows the icon : <iconize:IconImage IconSize="30" WidthRequest="30" HeightRequest="30" IconColor="Black" **Icon="fa-user"** />

so , i have noticed that icon names that contains two and more dashes in the name don't show . i don't know if that's related . i am using the version shipped with the sample (4.7)

thank you

Pirate911 avatar Apr 21 '17 15:04 Pirate911

The Font awesome plugin has an older version. more info here https://github.com/jsmarcus/Xamarin.Plugins/issues/44

Mr-Pearce avatar Jun 12 '17 10:06 Mr-Pearce

Guys, try with this approach: Copy ttf files (e.g. iconize-fontawesome.ttf) to Resources folder on iOS Project. You can find them here: https://github.com/jsmarcus/Iconize/tree/master/src/Fonts

castrojr913 avatar Jan 23 '18 14:01 castrojr913