vladimirgamalyan / fontbm

BMFont compatible, cross-platform (Linux/macOS/Windows) command line bitmap font generator (FreeType2 based).
MIT License
238 stars 37 forks source link

Feature suggestion - output outlines #22

Open phoddie opened 1 year ago

phoddie commented 1 year ago

This idea may be stretching the scope of fontbm a bit much, but...

...we sometimes render a few characters of a font using an outline renderer. This is great for animated text effects with scaling and rotating text. We aren't trying to render TrueType fonts in general.

Would it make sense for fontbm to have an option to output the selected glyphs in a font as FreeType/TrueType outlines? We have the ability to render FreeType outlines now in the Moddable SDK, so either format could work.

vladimirgamalyan commented 1 year ago

Hi! Somewhere in my To-dos I have a record about the outlines =) Unfortunately, nowadays, I am full-time busy at my main job, so not sure when it can be done.

phoddie commented 1 year ago

Hi! Somewhere in my To-dos I have a record about the outlines =)

That's great to hear. At least the feature is not wildly out of scope!

Unfortunately, nowadays, I am full-time busy at my main job, so not sure when it can be done.

It is good to be busy.

If you do have a chance to work on that, I'd be happy to assist as an earlier tester / user.