home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / lout2.lzh / LOUT2 / DOC / TR.LOUT / ch3.12 < prev    next >
Text File  |  1994-01-25  |  718b  |  21 lines

  1. @Section
  2.    @Title { "@Scale" }
  3.    @Tag { scale }
  4. @Begin
  5. @PP
  6. scale @Index { @@Scale symbol }
  7. This symbol geometrically scales its right parameter by the scale factor
  8. given in its left parameter:
  9. @ID @Code "1.0 @Scale Hello  2.0 @Scale Hello  0.5 @Scale Hello"
  10. has result
  11. @ID { 1.0 @Scale Hello  2.0 @Scale Hello  0.5 @Scale Hello }
  12. The left parameter can be two scale factors, in which case the first
  13. applies horizontally, and the second vertically:
  14. @ID @Code "{0.5 2.0} @Scale Hello"
  15. has result
  16. @ID { {0.5 2.0} @Scale Hello }
  17. The right parameter may be any object.  @@Scale has both a @@OneCol and
  18. a @@OneRow effect, and the marks of the result coincide with the principal
  19. marks of the right parameter.
  20. @End @Section
  21.