fschutt / printpdf

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

why font_size is i64? not usize or u32? #82

Open dzmitry-lahoda opened 3 years ago

fschutt commented 3 years ago

because nobody has bothered to fix it yet

the spec / lopdf prescribes i64, so that's what I used