DEV Community

Discussion on: Using Font Awesome in Xamarin.Forms

Collapse
 
tayloracox profile image
Taylor Cox

Thank you so much for putting this together! Is it possible to use a similar approach to utilize FontAwesome as text on standard XAML elements like Button and Label?

I'm wanting to put a FontAwesome icon as the text of a button but am unsure of how to utilize the namespace inside of the Button element.

Collapse
 
rodrigojuarez profile image
Rodrigo Juarez

I think this has changed since I wrote that post. Please take a look at this information from James Montemagno montemagno.com/using-font-icons-in...

Collapse
 
tayloracox profile image
Taylor Cox

This is great! Thanks for the resource and quick response, Rodrigo!