diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-01 13:48:26 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-01 13:56:45 +0200 |
| commit | c0b332a4c07b95c0c3196d0d7b149560dcef67fa (patch) | |
| tree | 9b5ca2e276d859104b8dd24b1e144c4a0e427c81 /Cargo.lock | |
| parent | 8c9c959f4fdd5f45889ffa267a3956ebaf03f10d (diff) | |
Font embedding fixes
- Subset prefix based on hash instead of hardcoded
- Fix base font name of Type0 font
- Embed CFF directly as standalone font
Co-Authored-By: Martin Haug <mhaug@live.de>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1749,9 +1749,9 @@ dependencies = [ [[package]] name = "pdf-writer" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86af2eb3faa4614bc7fda8bd578c25e76a17ff3b1577be034b81e0c20527e204" +checksum = "9d77bc47c8968aa63f86a7e6693e270a6cbd1e3b784c364f1711a0ddecc71447" dependencies = [ "bitflags 1.3.2", "itoa", |
