fschutt / printpdf

An easy-to-use library for writing PDF in Rust
https://docs.rs/printpdf/
MIT License
801 stars 95 forks source link

Support vertical writing #133

Closed mihaigalos closed 1 year ago

mihaigalos commented 1 year ago

I'm not exactly sure how to use this crate to write vertically (top - down). I see there's a flag controlling this, but its visibility is only at crate level.

Any chance to increase the visibility or add an accessor function?

mihaigalos commented 1 year ago

Or perhaps a simple example of how to rotate the font 90°?

mihaigalos commented 1 year ago

Ok, actually looking at the examples helps. :sweat_smile: Sorry for the bother.