You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
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!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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();
``
The text was updated successfully, but these errors were encountered: