static let solid: Text.LineStyle .Pattern
Draw a solid line.
static let dot: Text.LineStyle .Pattern
Draw a line of dots.
static let dash: Text.LineStyle .Pattern
Draw a line of dashes.
static let dashDotDot : Text.LineStyle .Pattern
Draw a line of alternating dashes and two dots.