charri / Font-Awesome-WPF

FontAwesome controls for WPF+UWP
MIT License
533 stars 145 forks source link

NOT AN ISSUES - How to add new glyph/icons with this project? #28

Closed Simonlabdes closed 8 years ago

Simonlabdes commented 8 years ago

Hi! I know it is not a issue, but I dont know how to ask a question on git-hub...sorry..!

So I just wanted to know if and how we can add new icons to the set of icons found here?

thanks!

charri commented 8 years ago

A bit out-of-scope for this project :)

this project uses icons from font-awesome. If you have your own glyph font then you could just replace the font file and map the unicode character to an enum. (its all in the source)

Closing here as out-of-scope