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

Current transformation matrix, for transforming shapes (rotate, translate, scale)

Enums

CurTransMat

PDF "current transformation matrix". Once set, will operate on all following shapes, until the layer.restore_graphics_state() is called. It is important to call layer.save_graphics_state() earlier.

TextMatrix

Text matrix. Text placement is a bit different, but uses the same concepts as a CTM that's why it's merged here