Skip to content

dimonovdd/Xamarin.Forms.FontAwesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin.Forms.FontAwesome

header

This package is a simple implementation of the beautiful "Icons Font Awesome" For Xamarin.Forms (Screenshot)

Based on IconFontHelper NuGet

This package is divided into three nugets, so you don't install fonts that you don't use

Font Nuget
Solid NuGet
Regular NuGet
Brand NuGet

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

FontAwesome FontAwesome HTML this project
dog fa-dog Dog
question-circle fa-question-circle QuestionCircle
500px fa-500px _500x

Littel Sample:

xmlns:iconsB="clr-namespace:FontAwesome.Brand;assembly=FontAwesome.Brand"
<Image>
    <Image.Source>
        <iconsB:IconSource Icon="Github" Size="100" Color="Red"/>
    </Image.Source>
</Image>

See more...