Iconize icon indicating copy to clipboard operation
Iconize copied to clipboard

Sample (FontAwesome) and latest Nugets (Forms 4 etc.) not working

Open Surfrat opened this issue 5 years ago • 3 comments

Hi,

Had an issue with FontAwesome Solid in UWP, iOS and Android in my app. I then upgraded the sample app to all latest Nugets as of today. The three icons at the top are:

<iconize:IconLabel Text="fas-address-book" FontSize="35"/> <iconize:IconLabel Text="far-address-card" FontSize="35"/> <iconize:IconLabel Text="fab-apple" FontSize="35" />

I get the following result:

UWP: image

Android: image

iOS: image

Here is the sample project with latest Nugets included. samples.zip

Thanks

Mark.

Surfrat avatar May 30 '19 10:05 Surfrat

This is because the .ttf file for FA solid is wrong. I fixed this in #152

bruzkovsky avatar Jun 03 '19 10:06 bruzkovsky

@bruzkovsky @jsmarcus Could you please release this fix soon-ish?

sam016 avatar Jun 18 '19 11:06 sam016

@sam016 any luck getting these to work? Besides getting iOS to work by adding the ttf files into the resources folder (ttf files from actual fontawesome site because the ttf files in this repo don't work) but Android doesn't ever show the icons, I'm using the latest xamarin.forms 4.0

flamecrow avatar Jun 24 '19 06:06 flamecrow