Awesome
IconFont2Code
This web tool generates a C# class with the Unicode values of the glyph icons in your font file (.ttf/.otf/.woff/.woff2). It should be an useful tool for any .NET app (WPF/UWP/Xamarin/Xamarin.Forms) which uses icon fonts.
See it live here: https://andreinitescu.github.io/IconFont2Code/
Have questions or want to hear for updates on IconFont2Code? Follow me on Twitter: https://twitter.com/nitescua
Donations
Has this tool been saving you time working with icon fonts in your app?
If you'd like to show some support for the time it took to develop and maintain this tool, any donation is greatly appreciated:
How to use IconFont2Code
- Pick a font (Browse from disk or just drag&drop the font file)
- Click on "Copy to clipboard" button to copy the generated C# code
- Paste the code in your .NET app
See an example with one of the "Font Awesome" fonts:
Generate nicer C# fields
When the font file has glyphs with generic names or the glyphs have no name, select the CSS file which is usually provided with the icon font, and the tool will generate nice names for your C# fields.
In the video below you can see the Foundation icons font which has glyph name in the form of "UniXXXXX":
(Click the thumbnail below to watch the video)
Automagically use the CSS for certain fonts
IconFont2Code knows how to automatically select the right CSS file for certain known fonts. More fonts can be added easily by adding mapping info to mappers.js. The 'name' field is the name of the font and the 'mappingUrl' is the URL of the CSS file. If you don't know how to do this by a pull-request, just open an issue.
Like it?
Thanks! I hope it saved you some time. Don't forget to star the project here on GitHub, or feel free to say hi.