diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-02-24 23:19:06 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-02-24 23:19:06 +0100 |
| commit | 4e811c56909a08b6ff4a379f08e29eea7d53a55c (patch) | |
| tree | 4f1fc6eaa2321583d0f8e004f1018a198077a64e /src | |
| parent | 26f3b808268f530165b3377c7fd3bf97cad7897d (diff) | |
Improved PDF writing internals 🔨
Diffstat (limited to 'src')
| -rw-r--r-- | src/pdf.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ impl<W: Write> WritePdf for W { for content in &page.contents { writer.write_obj(id, &Text::new() .set_font(1, 13.0) - .move_pos(108.0, 734.0) + .move_line(108.0, 734.0) .write_text(content.0.as_bytes()) .to_stream() )?; |
