Font-Awesome-WPF icon indicating copy to clipboard operation
Font-Awesome-WPF copied to clipboard

FontAwesome controls for WPF+UWP

Results 35 Font-Awesome-WPF issues
Sort by recently updated
recently updated
newest added

I think this merge broke icon spinning functionallity. If you set it to Collapse then set it to Visible again it's not spinning.

Reflection over sealed attributes is considerably faster. https://msdn.microsoft.com/en-us/library/ms182267.aspx IconCategoryAttribute, IconIdAttribute and IconAliasAttribute are all unsealed. https://github.com/charri/Font-Awesome-WPF/blob/master/src/WPF/FontAwesome.WPF/Attributes.cs

I tried the FontAwesome.UWP. Unfortunately it does not get a style: ``` ``` And then: ``` ``` Nor alignment or a font size. In addition, it's invisible in design mode,...

While data Loading process, by making iconObj.spin = true and providing spin duration, Icon starts spinning. later at completion i am trying to replace spinning icon by check icon and...

For example, from http://fontawesome.io/icon/wpforms/: ![image](https://cloud.githubusercontent.com/assets/350947/23630238/46970fb6-02b2-11e7-93b7-959e7fb504ed.png) The string used on the site is `fa-wpforms`, but `CssClassNameConverter` expects `wpforms`. I worked around this with code such as: var faConverter = new CssClassNameConverter();...

Changed `FolderOutlinepenOutline` to `FolderOpenOutline` to match FontAwesome naming scheme. #41

Icon `fa-folder-open-o` is listed under `FolderOutlinepenOutline`. Note the missing "O" in "Open."

I've faced with strange error I get on windows server 2012. `System.Windows.Markup.XamlParseException: Задание свойства "FontAwesome.WPF.ImageAwesome.Icon" вызвало исключение. ---> System.Reflection.TargetInvocationException: Адресат вызова создал исключение. в System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) в System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32...

Markup extention to convert from FontAwesomeIcon to string without bindings. Useful for styles and document element such Run, etc. Example: ``` xaml Info ```

Either create custom control or provide an example how to accomplish. http://fontawesome.io/examples/#rotated-flipped

enhancement