Table of Contents Chapter Index Previous Slide Next Slide 42
Syntax: FontStyle

Building text shapes
Syntax: FontStyle
  • A FontStyle node describes a font for a text shape
  • family - SERIF, SANS, or TYPEWRITER
  • style - BOLD, ITALIC, BOLDITALIC, or PLAIN,
  • more . . .
  • FontStyle {
        family  "SERIF"
        style   "BOLD"
    }