67

Building Text Shapes
Building 3D Text

  • 3D text geometry is built from a text string and a 3D font
  • Select a 2D font with java.awt.Font

  • Describe a 2D extrusion shape with java.awt.Shape in a FontExtrusion

  • Create a 3D font by extruding the 2D font along the extrusion shape with a Font3D

  • Create 3D text using a string and a Font3D in a Text3D