Page 84 Table of Contents Index Page 86
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E



CHAPTER 10. DRAWING OPTIONS




Figure 10.1: Line joint shapes.




Figure 10.2: Line cap shapes.
=> :line-thickness [Option]
=> line-style-thickness line-style [Generic Function]
The thickness, in the units indicated by line-style-unit, of the lines or arcs drawn by a
drawing function. The thickness must be a real number. The default is 1, which combined with
the default unit of :normal, means that the default line drawn is the "comfortably visible thin
line".

=> :line-joint-shape [Option]
=> line-style-joint-shape line-style [Generic Function]
Specifies the shape of joints between segments of unfilled figures. The possible shapes are :miter,
:bevel, :round, and :none; the default is :miter. Note that the joint shape is implemented by
the host window system, so not all platforms will necessarily fully support it.

=> :line-cap-shape [Option]
=> line-style-cap-shape line-style [Generic Function]
Specifies the shape for the ends of lines and arcs drawn by a drawing function, one of :butt,
:square, :round, or :no-end-point; the default is :butt. Note that the cap shape is imple-
mented by the host window system, so not all platforms will necessarily fully support it.


Page 84 Table of Contents Index Page 86
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E