googlefonts / nanoemoji

A wee tool to build color fonts.
Apache License 2.0
239 stars 19 forks source link

Generate PNG's #440

Closed JeppeKlitgaard closed 1 year ago

JeppeKlitgaard commented 1 year ago

I was wondering if it is possible to generate a directory of PNG's using nanoemoji. It seems like all the requisite parts needed to make it work are in place already.

Is this already possible? If not, is it within the scope of the project to include that? I think many emoji-fonts like to export their emojis as PNG's in addition to shipping them as a color font.

anthrotype commented 1 year ago

If you build a CBDT or a sbix color font (with --color_format=cbdt or sbix) nanoemoji will create the PNG files in build directory. You can throw away the actual bitmap font if you don't need that. Try see if that's ok for your needs.

JeppeKlitgaard commented 1 year ago

Ah, brilliant! Thank you so much!

rsheeter commented 1 year ago

I think that means nothing to do here, plz reopen if that's not the case