Jazz3D API


com.sygem.jazz3d3.primitive
Class Font3d

java.lang.Object
  |
  +--com.sygem.jazz3d3.primitive.Font3d

public class Font3d
extends java.lang.Object

Reads a font file, allowing you to create Text3d objects.

Version:
3.0a
Author:
SyGem Software
See Also:
Text3d

Constructor Summary
Font3d(java.lang.String fontname)
          Create a Font3d object.
 
Method Summary
 java.lang.String getString()
          Gets the string of characters which are available for this font.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Font3d

public Font3d(java.lang.String fontname)
Create a Font3d object. This can then be used by Text3d to create some 3d text.

NOTE: The path to the font can be a full URL, or just a path local to the documentBase of the program.

Parameters:
fontname - The name (and path) of the font to load.
See Also:
Text3d
Method Detail

getString

public final java.lang.String getString()
Gets the string of characters which are available for this font.
Returns:
The valid characters for this font.

©2001 SyGem Software