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

pub struct FontList { /* fields omitted */ }

Font list for tracking fonts within a single PDF document

Methods

impl FontList
[src]

[src]

Creates a new FontList

[src]

Adds a font to the FontList

[src]

Turns an indirect font reference into a direct one (Warning): clones the direct font reference

[src]

Returns the number of fonts currenly in use

[src]

Returns if the font list is empty

Trait Implementations

impl Default for FontList
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for FontList
[src]

[src]

Formats the value using the given formatter.

impl Clone for FontList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more