Building text shapes
Building 3D text
- Building 3D text is a multi-step process
- 1. Select a 2D font with java.awt.Font
- 2. Describe a 2D extrusion shape with java.awt.Shape
in a FontExtrusion
- 3. Create a 3D font by extruding the 2D font along the
extrusion shape with a Font3D
- 4. Create 3D text using a string and a Font3D
in a Text3D