Struct pdf_writer::writers::PositionedItems[][src]

pub struct PositionedItems<'a> { /* fields omitted */ }
Expand description

Writer for a positioned items array.

This struct is created by ShowPositioned::items.

Implementations

Show a continous string without adjustments.

The encoding of the text depends on the font.

Specify an adjustment between two glyphs.

The amount is specified in thousands of units of text space and is subtracted from the current writing-mode dependent coordinate.

Methods from Deref<Target = Array<'a>>

The number of written items.

Start writing an arbitrary item.

Write an item with a primitive value.

This is a shorthand for array.push().primitive(value).

Write a sequence of items with primitive values.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.