Skip to content

pgrho/fontawesome-controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shipwreck.FontAwesomeControls

A WPF/Xamarin.Forms library to parse and show Font Awesome 5 Free icon classes.

Usage

WPF

  1. Install Shipwreck.FontAwesomeControls.PresentationFramework.dll from NuGet.
  2. Add XMLNS http://schema.shipwreck.jp/fontawesome5/.
<Window
    ...
    xmlns:fa="http://schema.shipwreck.jp/fontawesome5/"
    ...
    >
</Window>
  1. Use FontAwesomeTextBlock and set Icon property.
<fa:FontAwesomeTextBlock
    Icon="fas fa-pulse fa-spinner" />

Xamarin.Forms

  1. Install Shipwreck.FontAwesomeControls.XamarinForms.dll from NuGet.
  2. Add XMLNS http://schema.shipwreck.jp/fontawesome5/.
<ContentPage
    ...
    xmlns:fa="http://schema.shipwreck.jp/fontawesome5/"
    ...
    >
</ContentPage>
  1. Use FontAwesomeLabel and set Icon property.
<fa:FontAwesomeLabel
    Icon="fas fa-pulse fa-spinner" />

License

  • Fonts: Embedded from Font Awesome Free under SIL OFL 1.1 License.
  • Codes: The MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages