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

pub enum BuiltinFont {
    TimesRoman,
    TimesBold,
    TimesItalic,
    TimesBoldItalic,
    Helvetica,
    HelveticaBold,
    HelveticaOblique,
    HelveticaBoldOblique,
    Courier,
    CourierOblique,
    CourierBold,
    CourierBoldOblique,
    Symbol,
    ZapfDingbats,
}

Standard built-in PDF fonts

Variants

Trait Implementations

impl Debug for BuiltinFont
[src]

[src]

Formats the value using the given formatter.

impl Copy for BuiltinFont
[src]

impl Clone for BuiltinFont
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for BuiltinFont
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for BuiltinFont
[src]

impl Into<&'static str> for BuiltinFont
[src]

[src]

Performs the conversion.