Module printpdf::types::plugins::graphics::two_dimensional::font [] [src]

Embedding fonts in 2D for Pdf

Structs

DirectFontRef

Direct reference (wrapper for lopdf::Object::Reference) for increased type safety

ExternalFont
FontList

Font list for tracking fonts within a single PDF document

IndirectFontRef

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

Enums

BuiltinFont

Standard built-in PDF fonts

Font

The font

TextRenderingMode

The text rendering mode determines how a text is drawn The default rendering mode is Fill. The color of the fill / stroke is determine by the current pages outline / fill color.