INCLAN: mode: Difference between revisions
		
		
		
		
		
		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 ==  | ||
'''  | '''mode'''    | ||
== Description ==  | == Description ==  | ||
Defines   | 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: '''  | Initial value: '''normal'''.  | ||
Latest revision as of 16: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.