Table of Contents Chapter Index Previous Slide Next Slide 34

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 . . .
        }
    }