Skip to content

A true type font rendering subsystem for jMonkeyEngine.

License

Notifications You must be signed in to change notification settings

ATryder/jME-TTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jME-TTF

ADVISORY: jME-TTF is no longer hosted on GitHub. For current version and documentation see my website: https://www.inventati.org/1337gallery/scripts/jme-ttf/jttf.html

jME-TTF is a True Type Font(.ttf) rendering system for jMonkeyEngine3.1 and newer. With this library you can render text styles loaded directly from a true type font file at run-time. Characters from the ttf file are written to a dynamically sized texture atlas and then rendered on screen using a series of quads that display each character from the atlas. When requesting a text string to display jME-TTF looks through the string to see if any characters are missing from the atlas and if so adds them, expanding the size of the atlas texture as necessary.

jME-TTF Screen

In addition to that you can opt to render scaleable text styled from a true type font file in your 3D or 2D scenes. jME-TTF can triangulate a mesh from the glyph outline of each requested character, caching new glyph meshes, and apply a material that interpolates curved sections of the glyph's contours using quadratic bezier formulas. The result is a text that can scale without pixelization and is fully compatible with modern GPU anti-aliasing methods.

jME-TTF Screen

jME-TTF provides a variety of conveniences such as getting the width of a line of text in pixels or world units, the line height, visual heights, scaling and kerning, you can even get a texture displaying blurred text. Formatting options such as vertical/horizontal alignment and text wrapping are also available.

jME-TTF supports outlined text and also assigns several UV layers that can be taken advantage of in your own custom shaders to create a wide variety of different effects.

jME-TTF Screen

jME-TTF Screen

jME-TTF Screen

jME-TTF depends upon Google's Sfntly library available at https://github.com/rillig/sfntly

You can find more about jME-TTF including usage documentation at https://www.inventati.org/1337gallery/scripts/jme-ttf/jttf.html

About

A true type font rendering subsystem for jMonkeyEngine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published