home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsm / mkdrawf / Examples / src / TextArea < prev   
Encoding:
Text File  |  1995-04-13  |  835 b   |  29 lines

  1. TextArea {
  2.   # set up columns so all text fits in. Note columns need not be level.
  3.   Column 100 300 200 500
  4.   Column 220 400 320 600
  5.   Colour r0g0b0
  6.   Text {
  7.     \! 1
  8.     \F 1 Trinity.Medium.Italic 12
  9.     \F 2 Trinity.Medium 12
  10.     \1
  11.     \AD
  12.     \D2
  13.     \L12
  14.     This is some text I'm putting in a text area.
  15.     I have no idea how it will look, nor indeed whether
  16.     it will work at all. For all I know \2 mkdrawf\1 will
  17.     just choke utterly on it, or corrupt my file, or
  18.     cause demons to fly out of the monitor.
  19.  
  20.     This should be a new paragraph; it will still be in italics.
  21.     \2 Now we should be in roman type. (Isn't this fun, boys
  22.     and girls?)
  23.     
  24.     Apparently the 1998 World Cup will be decided, in the event
  25.     of a draw, by a sudden-death playoff instead of by a penalty
  26.     shootout. How interesting.
  27.   }
  28. }
  29.