diff options
| author | Laurenz Mädje <laurmaedje@gmail.com> | 2019-07-27 20:21:44 +0200 |
|---|---|---|
| committer | Laurenz Mädje <laurmaedje@gmail.com> | 2019-07-27 21:15:10 +0200 |
| commit | 6c8b5caa9fa731f16b2d9d232177c00de8f2b74b (patch) | |
| tree | 6d35227dc307a1c7c7344f8ca290a0784e6c4b8b /src/lib.rs | |
| parent | 7eec0b8dd70446803c9ffb84a253ebb7e68f3567 (diff) | |
Improve subsetter testing ✔
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -30,10 +30,9 @@ //! ("CMU-Serif-Italic.ttf", font!["Computer Modern", Italic, Serif]), //! ("NotoEmoji-Regular.ttf", font!["Noto", Regular, Serif, SansSerif, Monospace]), //! ])); -//! // Typeset the source code into a document. -//! let document = typesetter.typeset(src).unwrap(); //! -//! // Export the document into a PDF file. +//! // Typeset the document and export it into a PDF file. +//! let document = typesetter.typeset(src).unwrap(); //! # /* //! let file = File::create("hello-typeset.pdf").unwrap(); //! # */ |
