Open ryanherman opened 6 years ago
Hi. Yeah, totally agree. this is a great plugin and is far easier than dealing with loads of icon files :)
I'd also really like to use Font Awesome pro, but i'm quite new to Xamarin and i've no idea how I would go about amending this solution to add it. If you can give me any pointers that would be really appreciated.
Thanks!
I wrote my own FontAwesomeProCollection and used a program I wrote to generate them...
By the way AMAZING Plugin, I love this plugin. It took me a little to figure out due to the old nuget package still out there but wow, THUMBS UP!
Copy and paste for all you PRO owners:
``C# public class FontAwesomeProCollection { public static IList SolidIcons { get; } = new List();
``