# FontAwesome5 **Repository Path**: neoj/font-awesome5 ## Basic Information - **Project Name**: FontAwesome5 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-21 - **Last Updated**: 2021-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FontAwesome5 WPF (.Net and .Net Core) and UWP controls for the iconic SVG, font, and CSS toolkit Font Awesome 5. Font Awesome: https://github.com/FortAwesome/Font-Awesome + Current Version: v5.15.3 # Getting Started #### Installation 1. Install the FontAwesome5 NuGet Package: ```Install-Package FontAwesome5``` #### Usage XAML The usage is the same like the version from charri, just the FontAwesomeIcon enumeration has changed to EFontAwesomeIcon and has the Styles included, which means "Flag" changed to "Solid_Flag" or "Regular_Flag", and the name space changed from "http://schemas.fontawesome.io" to "http://schemas.fontawesome.com". https://github.com/charri/Font-Awesome-WPF/blob/master/README-WPF.md#usage-xaml #### Usage XAML SVG The SvgAwesome can be used like the ImageAwesome. ``` ``` ## Converters (WPF only) #### ImageSourceConverter https://github.com/charri/Font-Awesome-WPF/blob/master/README-WPF.md#imagesourceconverter #### ImageSourceSvgConverter This is the same like the *ImageSourceConverter*, except it does use the Svg information to draw the icon instead of the font. #### LabelConverter Gets the Label/Name of a EFontAwesomeIcon. The converter parameter can contain a format string, where {0} is the label/name and {1} is the style. Example: ``` ``` #### StyleConverter Gets the EFontAwesomeStyle of a EFontAwesomeIcon. Example: ``` ``` # Credits * @davegandy: https://github.com/FortAwesome/Font-Awesome * @charri: https://github.com/charri/Font-Awesome-WPF