home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-15 | 674 b | 22 lines | [TEXT/DWat] |
- % NewLegend Orientation Justification Spacing
- % Specify the orientation, justification and spacing for a new legend
-
- % Orientation -- vertical OR horizontal
- % Justification -- left OR right
- % Spacing -- number of lines between entries
-
- % Note: This script uses the current x,y pen position to determine the
- % location of the legend on the page.
-
- % E.g. NewLegend vertical right 2.0
- % NewLegend horizontal left 1.0
-
- %-----------------------------------------------------------------
- hide
- set LegendOrient &1
- set LegendJust &2
- set LegendX xp
- set LegendY yp
- set LegendOffset fontSize 72 / &3 * % label offset (inches)
- set LegendNumItems 0
- set LegendLastX xp