fschutt / printpdf

A fully-featured PDF library for Rust, WASM-ready
https://fschutt.github.io/printpdf/
MIT License
829 stars 98 forks source link

Update owned_ttf_parser to 0.19, update svg2pdf to 0.8, pdf-writer to 0.9, and usvg to 0.35.0 #156

Closed wyatt-herkamp closed 10 months ago

wyatt-herkamp commented 1 year ago

Update the following Libraries

  1. owned_ttf_parser to 0.19 from 0.12
  2. usvg to 0.35.0 from 0.19.0
  3. svg2pdf to 0.8 from 0.1.0
  4. pdf-writer 0.9 from 0.4.1

Notes

I am not sure if I did glyph_ids() function correct. I don't know how fonts work. So fonts are just magic to me.

Closes #151

qarmin commented 10 months ago

@fschutt

Are there any blockers for this MR?

A new version on crates.io(e.g. 0.6.1) with these changes would definitely be useful to me