11# Icon Font to PNG
2+ [ ![ Build Status] ( https://img.shields.io/travis/Pythonity/icon-font-to-png.svg )] ( https://travis-ci.org/Pythonity/icon-font-to-png )
23[ ![ PyPI Version] ( https://img.shields.io/pypi/v/icon_font_to_png.svg )] [ Project PyPI ]
34[ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/icon_font_to_png.svg )] [ Project PyPI ]
45[ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/icon_font_to_png.svg )] [ Project PyPI ]
56[ ![ License] ( https://img.shields.io/github/license/Pythonity/icon-font-to-png.svg )] ( https://github.com/Pythonity/icon-font-to-png/blob/master/LICENSE )
67
7- [ ![ Build] ( https://img.shields.io/travis/Pythonity/icon-font-to-png.svg )] ( https://travis-ci.org/Pythonity/icon-font-to-png )
8- [ ![ GitHub Issues] ( https://img.shields.io/github/issues/Pythonity/icon-font-to-png.svg )] ( https://github.com/Pythonity/icon-font-to-png )
9-
108Python script (and library) for easy and simple export of icons from web icon
119fonts (e.g. Font Awesome, Octicons) as PNG images. The best part is the
1210provided shell script, but you can also use it's functionality directly in
@@ -86,7 +84,7 @@ Or you can use `font-awesome-to-png`, which works analogously:
8684` $ font-awesome-to-png ALL `
8785
8886## API
89- You can use ` IconFont ` (and ` FontAwesomeDownloader ` / ` OcticonsDownloader ` for that matter)
87+ You can use ` IconFont ` (and ` IconFontDownloader ` for that matter)
9088directly inside your Python project. There's no documentation as of now,
9189but the code is commented and * should* be pretty straightforward to use.
9290
@@ -110,4 +108,4 @@ Original version by [Michał Wojciechowski](https://github.com/odyniec),
110108refactored by [ Paweł Adamczak] ( https://github.com/pawelad ) .
111109
112110
113- [ Project PyPI ] : https://pypi.python.org/pypi/icon_font_to_png
111+ [ Project PyPI ] : https://pypi.python.org/pypi/icon_font_to_png
0 commit comments