A freetype bitmap font plugin.
Downloads: Release v0.2.0 · jmecn/jme3-freetype-font · GitHub
I am currently working on a new font project. It is a rewrite of gdx-freetype and expected to have these core features:
- Load *.ttf fonts and render them with the support of freetype. The backend now is lwjgl-freetype.
- Generate a BitmapFont of your desired size on the fly.
- Seamless integration with the original BitmapFont and BitmapText. This is mainly to allow Lemur to use the new font directly, and other jME3 user projects can also easily replace the font.
- build an font editor tool like hiero, in pure jME3 way. User can preview the font, save and load font presets with it.
Other important features:
- Emoji !!
- Support generating SDF fonts and rendering them correctly.
- Support font fallback. Users can set the priority of fonts like CSS style sheets.
- With the support of harfbuzz, correctly handle glyphs and accurately recognize languages with different writing script.
Are there any other features do you need?