INCLAN: dash: 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…')
 
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Synopsis ==
== Synopsis ==


'''angle'''  
'''dash'''  


== Description ==
== Description ==


Defines a font property with the possible values:
Defines the dash pattern used to draw lines. Its value is either blank (which is equivalent to '''solid'''), or a comma separated list of numbers, or one of the following literals:
;'''regular''':Regular; not italics.
 
;'''italics''':Italics or oblique.
;solid:Solid lines. [[Image:Dash1.jpg|100px]]
Note that the Symbol font is only available as '''regular'''.
 
Initial value: '''regular'''.
;dotted:Dotted lines; equivalent to '''1'''. [[Image:Dash2.jpg|100px]]
 
;dashed:Dashed lines; equivalent to '''5''','''4'''. [[Image:Dash3.jpg|100px]]
 
;dot-dashed: Dot-dashed lines; equivalent to '''5''','''2''','''1''','''2'''. [[Image:Dash4.jpg|100px]]
 
General dash patterns are specified by a comma separated list of numbers that define the lengths (measured in points) of alternating solid and invisible stretches.
 
Initial value: '''solid'''.

Latest revision as of 19:11, 9 September 2009

Synopsis

dash

Description

Defines the dash pattern used to draw lines. Its value is either blank (which is equivalent to solid), or a comma separated list of numbers, or one of the following literals:

solid
Solid lines. Dash1.jpg
dotted
Dotted lines; equivalent to 1. Dash2.jpg
dashed
Dashed lines; equivalent to 5,4. Dash3.jpg
dot-dashed
Dot-dashed lines; equivalent to 5,2,1,2. Dash4.jpg

General dash patterns are specified by a comma separated list of numbers that define the lengths (measured in points) of alternating solid and invisible stretches.

Initial value: solid.