icon-font-to-png icon indicating copy to clipboard operation
icon-font-to-png copied to clipboard

Python script (and library) for exporting icons from icon fonts (e.g. Font Awesome, Octicons) as PNG images

Results 8 icon-font-to-png issues
Sort by recently updated
recently updated
newest added

Hi, Trying to workaround FontAwesome awkwardness, i hit a bug with bounding box management. Here is the output: ``` console $ icon-font-to-png --css my-font-awesome.css --ttf my-fontawesome-webfont.ttf ALL Exporting icon '500px'...

bug

Hello, python and github novice here, so pardon me if this is out of order here. on windows with anaconda, how does one run the following example: icon-font-to-png --css font-awesome.css...

Fix issue #10

icon-font-to-png --download font-awesome gives me a urllib.error.HTTPError: HTTP Error 404: Not Found Some URL that has changed over at FA?

bug

Running the first [example](https://github.com/Pythonity/icon-font-to-png#examples) I get the error `urllib.error.HTTPError: HTTP Error 404: Not Found`. On OSX 10.15.2 and Python 3.5.6: (env) nathan@Nathans-MBP fontawesometopng % icon-font-to-png --download font-awesome Traceback (most recent...

I ran into an issue where the CSS parsing would break when the content attribute was empty. This change will make those declaration NOOPs and skip them. Example erroring declaration:...

I am using the current version, installed via pip. Downloading the font using: `icon-font-to-png --download font-awesome` worked without issues - as a result i got the .css and the .ttf...

Can't get this to work ... not sure what kind of CSS file to provide. I tried `node_modules/@fortawesome/fontawesome-svg-core/styles.css` But `--list` showed nothing. Thanks!