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

pub enum Font {
    BuiltinFont(BuiltinFont),
    ExternalFont(ExternalFont),
}

The font

Variants

Represents one of the 14 built-in fonts (Arial, Helvetica, etc.)

Represents a font loaded from an external file

Trait Implementations

impl Debug for Font
[src]

[src]

Formats the value using the given formatter.

impl Clone for Font
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Font
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.