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

2D elements for Pdf (stub), to be expanded

Reexports

pub use self::point::Point;
pub use self::line::Line;
pub use self::font::*;
pub use self::image::Image;

Modules

font

Embedding fonts in 2D for Pdf

image

Abstraction class for images. Please use this class instead of adding ImageXObjects yourself

line
point