awesome-inc / FontAwesome.Sharp

A library for using Font Awesome in WPF & Windows Forms applications
Apache License 2.0
376 stars 87 forks source link

Pro font issues #108

Closed toristorii closed 1 year ago

toristorii commented 1 year ago

This fixes a couple exception thrown by FontAwesome.Sharp.Pro when trying to use the latest FA pro fonts with the TestWPF test app. "ArgumentException: Default value type does not match type of property 'IconFont'."

This also includes the latest pro enum values.

Lastly I removed the Zhihu icon from the TestWPF app. I believe that character is now in the brands font and not in the primary Font Awesome ttf fonts, which was causing the TestWPF app to fail.