diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-24 16:23:57 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-24 16:23:57 +0100 |
| commit | 0a087cd28bbee5fcdffbb9d49b0ba9f413ad7f92 (patch) | |
| tree | fe00c96969ed2ee69e6d3b42de8ff2558f792edd /src/export | |
| parent | 03fddaf3aea778057aedd74dbcb27bae971ec22f (diff) | |
Reorganize modules 🧱
Diffstat (limited to 'src/export')
| -rw-r--r-- | src/export/pdf.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/export/pdf.rs b/src/export/pdf.rs index c4020e10..421ffb19 100644 --- a/src/export/pdf.rs +++ b/src/export/pdf.rs @@ -8,7 +8,7 @@ use tide::content::Content; use tide::doc::{Catalog, Page, PageTree, Resource, Text}; use tide::font::{ CIDFont, CIDFontType, CIDSystemInfo, FontDescriptor, FontFlags, Type0Font, - CMap, CMapEncoding, FontStream, GlyphUnit, WidthRecord + CMap, CMapEncoding, FontStream, GlyphUnit, WidthRecord, }; use toddle::Error as FontError; @@ -16,7 +16,7 @@ use toddle::font::OwnedFont; use toddle::query::{SharedFontLoader, FontIndex}; use toddle::tables::{ CharMap, Header, HorizontalMetrics, MacStyleFlags, - Name, NameEntry, Post, OS2 + Name, NameEntry, Post, OS2, }; use crate::layout::{MultiLayout, Layout, LayoutAction}; |
