Enum pdf_canvas::graphicsstate::CapStyle[][src]

pub enum CapStyle {
    Butt,
    Round,
    ProjectingSquare,
}

Line cap styles, as described in section 8.4.3.4 of the PDF specification.

Variants

Truncate the line squarely through the endpoint.

Include a circle of line-width diameter around the endpoint.

Include a square around the endpoint, so the line continues for half a line-width through the endpoint.

Trait Implementations

impl Clone for CapStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CapStyle
[src]

impl Debug for CapStyle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CapStyle

impl Sync for CapStyle