home *** CD-ROM | disk | FTP | other *** search
-
- 5.9.5 DRAW TEXTFILE
-
-
- The DRAW TEXTFILE command is used to insert a standard AmigaDos textfile
- into a drawing. A text entity will be created for each non blank line
- found in the file. Blank lines are taken into account and the line spacing
- is adjusted accordingly.
-
- The parameters used to define the text height and width etc. are taken from
- the selected parameters defined for the viewport or the system default
- parameters. Any of these parameters can be altered within the command by
- using the PARAMETERS modifier.
-
-
- COMMAND FORMAT
-
- #DRAW TEXTFILE NAME name [modifiers] :Loc x1 x2 ... xn
-
- A copy of the named textfile will be inserted at each of the locations
- entered for the command. The location defines the position for the first
- line of the file.
-
-
- MODIFIERS
-
- LAYER Requires a layer number. This will override the current
- active layer.
-
- DEPTH Requires a depth number. This will override the current
- active depth.
-
- NAME The name of the textfile to insert.
-
- PARAMETERS The PARAMETERS modifier is used to enter a further family
- of modifiers used to control the text parameters and
- appearance.
-
- See the documentation for the command DRAW TEXT for a full
- description of the modifiers used to control text parameters.
-
-
-