Enum pdfpdf::Font [] [src]

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

Supported fonts

Variants

Trait Implementations

impl Hash for Font
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. 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

1.0.0
[src]

This method tests for !=.

impl Eq for Font
[src]

impl Debug for Font
[src]

[src]

Formats the value using the given formatter.