INCLAN: dash: 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 == | ||
''' | '''dash''' | ||
== Description == | == Description == | ||
Defines a | 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. | ||
;''' | ;dotted:Dotted lines; equivalent to '''1'''. | ||
;dashed:Dashed lines; equivalent to '''5''','''4'''. | |||
Initial value: ''' | ;dot-dashed: Dot-dashed lines; equivalent to '''5''','''2''','''1''','''2'''. | ||
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'''. |
Revision as of 15:51, 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.
- dotted
- Dotted lines; equivalent to 1.
- dashed
- Dashed lines; equivalent to 5,4.
- dot-dashed
- Dot-dashed lines; equivalent to 5,2,1,2.
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.