Enum pdf::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.