awesome-inc / FontAwesome.Sharp

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

WPF: New property IconFont in IconImage #61

Closed mschulze46 closed 3 years ago

mschulze46 commented 3 years ago

At first many thanks for your efforts!

For a WPF project I really would like to use the latest version but I cannot find the new property IconFont in IconImage objects. Looking at the sources I only see the IconFont property in the WinForms section. Is it not available for WPF?

How to switch easily between the icon styles in WPF?

2021-01-13 14_07_24-GitHub - awesome-inc_FontAwesome Sharp_ A library for using Font Awesome in WPF

Many thanks in advance! Michael

mkoertgen commented 3 years ago

Hi @mschulze46 ,

Yes exactly. The initial implementation was only carried out for WinForms as there has been the most traction lately.

It should be straight forward to add this for WPF as well. Should we? Would you also be willing to contribute in this regard?

mschulze46 commented 3 years ago

Hi @mschulze46 ,

Yes exactly. The initial implementation was only carried out for WinForms as there has been the most traction lately.

It should be straight forward to add this for WPF as well. Should we? Would you also be willing to contribute in this regard?

I really would love to do so but on the one hand I have a ton of work right now and on the other hand I'm in WPF for just a few months now. I don't know if this would work out... ;)