jjdh API

Package jjdh.opengl.exercises.playground.font

This Package contains classes to display text in a given Font as Mesh.

See:
          Description

Class Summary
PathIteratorMesh This Class uses GLU to tesselate the content of a PathIterator.
TextMesh ToDo: Save single Characters in a display list and resuse them if possible
TextMeshDemo  
 

Package jjdh.opengl.exercises.playground.font Description

This Package contains classes to display text in a given Font as Mesh. The text is not converted to a texture. Instead, real "vector based" meshes are produced. Please note that each implementation of the Java 2 platform must support TrueType fonts.


jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.