Page 80 | Table of Contents | Index | Page 82 |
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 |
Minor issue: A better explanation is needed. It does the right thing, but it's hard to tell that
from this description. That is, the clipping region is expressed in user coordinates. | DCPL
=> :line-style [Option]
The line and arc drawing functions render according to this line style. The line style suboptions
and default are defined in Section 10.3.
The :line-style ls drawing option temporarily changes the value of (medium-line-style
medium) to ls, replacing the previous line style; the new and old line styles are not combined in
any way.
If line style suboptions are supplied, they temporarily change the value of (medium-line-style
medium) to a line style constructed from the specified suboptions. Components not specified by
suboptions are defaulted from the :line-style drawing option, if it is supplied, or else from
the previous value of (medium-line-style medium). That is, if both the :line-style option
and line style suboptions are supplied, the suboptions take precedence over the components of
the :line-style option.
=> :text-style [Option]
The text drawing functions, including ordinary stream output, render text as directed by this
text style merged against the default text style. The default value has all null components. See
Page 80 | Table of Contents | Index | Page 82 |
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 |