INCLAN: mode: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
(Created page with '== Synopsis == '''angle''' == Description == Defines a font property with the possible values: ;'''regular''':Regular; not italics. ;'''italics''':Italics or oblique. Note th…')
 
No edit summary
 
Line 1: Line 1:
== Synopsis ==
== Synopsis ==


'''angle'''  
'''mode'''  


== Description ==
== Description ==


Defines a font property with the possible values:
Defines the input mode to line and area drawing commands and can have the following values:
;'''regular''':Regular; not italics.
;normal:Coordinates are specified explicitly on the command line.
;'''italics''':Italics or oblique.
;list:Coordinates are taken from vector expressions, and the corresponding command is applied to all points in the list.
Note that the Symbol font is only available as '''regular'''.
The input mode is automatically set to '''list''' when a graphics file with list data is read.
Initial value: '''regular'''.
Initial value: '''normal'''.

Latest revision as of 17:03, 9 September 2009

Synopsis

mode

Description

Defines the input mode to line and area drawing commands and can have the following values:

normal
Coordinates are specified explicitly on the command line.
list
Coordinates are taken from vector expressions, and the corresponding command is applied to all points in the list.

The input mode is automatically set to list when a graphics file with list data is read. Initial value: normal.