Struct printpdf::types::plugins::graphics::two_dimensional::font::ExternalFont [] [src]

pub struct ExternalFont { /* fields omitted */ }

Methods

impl ExternalFont
[src]

[src]

Creates a new font. The index is used for naming / identifying the font

Trait Implementations

impl Debug for ExternalFont
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExternalFont
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ExternalFont
[src]

[src]

Two fonts are equal if their names are equal, the contents aren't checked

1.0.0
[src]

This method tests for !=.