Table of Contents Chapter Index Previous Slide Next Slide 34
Understanding Text

Building Text Shapes

Understanding Text
  • Text geometry nodes describe:
  • text strings - the text to build
  • a font style - how to build the text
  • more . . .

    Shape {
        geometry Text {
            string    . . .
            fontStyle . . .
        }
    }