Enum printpdf::types::plugins::graphics::two_dimensional::font::TextRenderingMode [] [src]

pub enum TextRenderingMode {
    Fill,
    Stroke,
    FillStroke,
    Invisible,
    FillClip,
    StrokeClip,
    FillStrokeClip,
    Clip,
}

The text rendering mode determines how a text is drawn The default rendering mode is Fill. The color of the fill / stroke is determine by the current pages outline / fill color.

See PDF Reference 1.7 Page 402

Variants

Trait Implementations

impl Debug for TextRenderingMode
[src]

[src]

Formats the value using the given formatter.

impl Copy for TextRenderingMode
[src]

impl Clone for TextRenderingMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<i64> for TextRenderingMode
[src]

[src]

Performs the conversion.