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

pub struct IndirectFontRef { /* fields omitted */ }

Indexed reference to a font that was added to the document This is a "reference by postscript name"

Methods

impl IndirectFontRef
[src]

[src]

Creates a new IndirectFontRef from an index

Trait Implementations

impl Debug for IndirectFontRef
[src]

[src]

Formats the value using the given formatter.

impl Hash for IndirectFontRef
[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 Eq for IndirectFontRef
[src]

impl Clone for IndirectFontRef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IndirectFontRef
[src]

[src]

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

[src]

This method tests for !=.