Skip to Content
XLIB Programming Manual, Rel. 5, Third Edition
book

XLIB Programming Manual, Rel. 5, Third Edition

by Adrian Nye
June 1994
Intermediate to advanced
821 pages
24h 40m
English
O'Reilly Media, Inc.
Content preview from XLIB Programming Manual, Rel. 5, Third Edition

5.3 Controlling Pixel Selection

As previously described, pixel selection can be thought of as the first of four stages in the drawing process. The pixels drawn are selected by a combination of the graphics primitive and various members of the graphics context. This section describes those GC elements.

5.3.1 Line Characteristics

Six of the graphics context components are line characteristics. These components obviously affect the graphics primitives that draw lines, but they also affect those that draw unfilled rectangles, arcs, and polygons. Here are the six line characteristics:

line_width

Specifies the width of the line in pixels. Zero means to draw using the server’s fastest algorithm with a line width of one pixel, with some loss of accuracy.

line_style

Specifies whether the line is solid in foreground, dashed in foreground, or alternating foreground and background. Possible values are LineSolid, LineOnOffDash, or LineDoubleDash.

cap_style

Controls the appearance of the ends of a line and in some cases the ends of dashes in a line. Possible values are CapButt, CapNotLast, CapProjecting, and CapRound.

join_style

Controls the appearance of joints between consecutive lines drawn within a single graphics primitive. Possible values are JoinBevel, JoinMiter, and JoinRound.

dashes

Specifies a pattern of dash lengths for custom-designed dashed lines. (Used only if the line_style is LineOnOffDash or LineDoubleDash.)

dash_offset

Specifies the starting point of the dash pattern for custom-designed dashed ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Xlib Reference Manual for Version 11 of the X Window System

Xlib Reference Manual for Version 11 of the X Window System

Adrian Nye

Publisher Resources

ISBN: 9780596806187Supplemental ContentCatalog PageErrata