Example usage for Java javax.media.j3d Font3D fields, constructors, methods, implement or subclass
The text is from its open source code.
Font3D(Font font, FontExtrusion extrudePath) Constructs a Font3D object from the specified Font and FontExtrusion objects, using the default value for the tessellation tolerance. | |
Font3D(Font font, double tessellationTolerance, FontExtrusion extrudePath) Constructs a Font3D object from the specified Font and FontExtrusion objects, using the specified tessellation tolerance. |