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]

Creates a new FontList

Adds a font to the FontList

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

Returns the number of fonts currenly in use

Returns if the font list is empty

Trait Implementations

impl Default for FontList
[src]

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

impl Debug for FontList
[src]

Formats the value using the given formatter. Read more

impl Clone for FontList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FontList

impl Sync for FontList