Closed agavrel closed 7 months ago
Hi,
Could you let me know if there is a way to rotate text?
Best regards,
Use set_text_matrix inside of a layer.begin_text_section() / layer.end_text_section() block:
set_text_matrix
layer.begin_text_section()
layer.end_text_section()
https://github.com/fschutt/printpdf/blob/fbc7d691f988b0d295570bee072de932f4cabda2/examples/font.rs#L50
hello yes I had it figured out this weekend;) thanks!
Hi,
Could you let me know if there is a way to rotate text?
Best regards,