Package engine.fontMeshCreator
Class TextMeshCreator
java.lang.Object
engine.fontMeshCreator.TextMeshCreator
Class to create the Text Mesh of a text , character by character
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final double
protected static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TextMeshData
createTextMesh
(GUIText text) method to create the Text Mesh from a text
-
Field Details
-
LINE_HEIGHT
protected static final double LINE_HEIGHT- See Also:
-
SPACE_ASCII
protected static final int SPACE_ASCII- See Also:
-
-
Constructor Details
-
TextMeshCreator
-
-
Method Details
-
createTextMesh
method to create the Text Mesh from a text- Parameters:
text
-- Returns:
-