Struct printpdf::types::plugins::graphics::extgstate::ExtendedGraphicsStateBuilder [] [src]

pub struct ExtendedGraphicsStateBuilder { /* fields omitted */ }

Methods

impl ExtendedGraphicsStateBuilder
[src]

[src]

Creates a new graphics state builder

[src]

Sets the line width

[src]

Sets the line cap

[src]

Sets the line join

[src]

Sets the miter limit

[src]

Sets the rendering intent

[src]

Sets the stroke overprint

[src]

Sets the fill overprint

[src]

Sets the overprint mode

[src]

Sets the font WARNING: Use layer.add_font() instead if you are not absolutely sure.

[src]

Sets the black generation

[src]

Sets the black generation extra function

[src]

Sets the undercolor removal function

[src]

Sets the undercolor removal extra function

[src]

Sets the transfer function

[src]

Sets the transfer extra function

[src]

Sets the halftone dictionary

[src]

Sets the flatness tolerance

[src]

Sets the smoothness tolerance

[src]

Sets the stroke adjustment

[src]

Sets the blend mode

[src]

Sets the soft mask

[src]

Sets the current alpha for strokes

[src]

Sets the current alpha for fills

[src]

Sets the current "alpha is shape"

[src]

Sets the current text knockout

[src]

Consumes the builder and returns an actual ExtendedGraphicsState

Trait Implementations

impl Debug for ExtendedGraphicsStateBuilder
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExtendedGraphicsStateBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ExtendedGraphicsStateBuilder
[src]

[src]

Returns the "default value" for a type. Read more