Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimonovdd/Xamarin.Forms.FontAwesome

Font Awesome Free Implementation For Xamarin.Forms
https://github.com/dimonovdd/Xamarin.Forms.FontAwesome

List: Xamarin.Forms.FontAwesome

font-awesome fontawesome hacktoberfest hactoberfest-accepted iconfont iconpack icons icons-fonts xamarin xamarin-forms

Last synced: 30 days ago
JSON representation

Font Awesome Free Implementation For Xamarin.Forms

Awesome Lists containing this project

README

        

# Xamarin.Forms.FontAwesome

![header](/header.svg)

This package is a simple implementation of the beautiful ["Icons Font Awesome"](https://fontawesome.com/icons) For Xamarin.Forms [*(Screenshot)*](https://raw.githubusercontent.com/dimonovdd/Xamarin.Forms.FontAwesome/main/SampleImages/sample.jpg)

Based on [IconFontHelper](https://github.com/dimonovdd/Xamarin.Forms.IconFontHelper) [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.IconFontHelper?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.IconFontHelper/)

This package is divided into three nugets, so you don't install fonts that you don't use
| Font | Nuget |
|:--------|:-------------:|
| Solid | [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.FontAwesome.Solid?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.FontAwesome.Solid/) |
| Regular | [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.FontAwesome.Regular?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.FontAwesome.Regular/)|
| Brand | [![NuGet](https://img.shields.io/nuget/v/Xamarin.Forms.FontAwesome.Brand?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.FontAwesome.Brand/) |

Icon naming differs from icons8 according to the C# language rules.

| FontAwesome | FontAwesome HTML | this project |
|:--------------:|:-----------------:|:-------------:|
|[dog](https://fontawesome.com/icons/dog?style=solid) |fa-dog |Dog |
|[question-circle](https://fontawesome.com/icons/question-circle?style=solid) |fa-question-circle |QuestionCircle |
|[500px](https://fontawesome.com/icons/500px?style=brands) |fa-500px |_500x |

#### Littel Sample:
```xml
xmlns:iconsB="clr-namespace:FontAwesome.Brand;assembly=FontAwesome.Brand"
```
```xml



```
[***See more...***](https://github.com/dimonovdd/Xamarin.Forms.FontAwesome/blob/main/src/FontAwesome.Sample/FontAwesome.Sample/MainPage.xaml)