Previous | Next

Old-style Registration

(script-fu-register "script-fu-helloworld"
  "<Toolbox>/Xtns/Languages/Script-Fu/Hello World..."
  "Creates an image with a text string."
  "Kevin Cozens <kcozens@interlog.com>"
  "Kevin Cozens"
  "February 29, 2004"
  ""
  SF-STRING     "Text"      "Hello, World!"
  SF-FONT       "Font"      "Sans"
  SF-ADJUSTMENT "Font size" '(100 2 1000 1 10 0 1)
  SF-COLOR      "Color"     '(0 0 0)
)