com.jmex.font3d
Interface TextFactory

All Known Implementing Classes:
Font2D, Font3D

public interface TextFactory


Method Summary
 JmeText createText(java.lang.String text, float size, int flags)
          Method for creating new Text-objects.
 

Method Detail

createText

JmeText createText(java.lang.String text,
                   float size,
                   int flags)
Method for creating new Text-objects.

Parameters:
text - the text that should be visualized.
size - the size of the text generated.
flags - Can be Font.BOLD, Font.ITALIC, Font.PLAIN
Returns:
the new text object.