-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitmap Font Tools #5
Comments
I'd love to be able to include the font pipeline in our build process. Download, subset, convert (to css, 3d, bmp...)... It seems there is a lack of CLI/API for this kind of tasks. |
@ayamflow yeah the automation for fonts is generally lacking compared to npm/js/etc. some updates on this issue:
Still a few more things before it can fully replace |
Also saw this one: ttf2woff2, convenient since ttf + woff 1/2 are enough for evergreen browsers. But it's more for the web side (not bitmap). |
NodeJS tools built on Freetype2 and/or Opentype.js to replace gdx-fontpack. Vector SVG output would also be nice.
Also a tool that can take in vector paths or bitmasks and produce SDF images for scalable rendering.
The text was updated successfully, but these errors were encountered: