Table of Contents Chapter Index Previous Slide Next Slide 40
Syntax: Text

Building text shapes
Syntax: Text
  • A Text geometry node builds a text shape
  • text strings - the text to build
  • a font style - how to build the text
  • more . . .

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