From 6f84cf3c225c80a131fc6b0ab46749331306bc9d Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 24 Aug 2021 20:12:00 +0200 Subject: Basic subsetting architecture Constructs a brand new font file where only necessary tables are contained. --- src/export/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/export/mod.rs') diff --git a/src/export/mod.rs b/src/export/mod.rs index 5ed0abf9..d3836859 100644 --- a/src/export/mod.rs +++ b/src/export/mod.rs @@ -1,5 +1,7 @@ //! Exporting into external formats. mod pdf; +mod subset; pub use pdf::*; +pub use subset::*; -- cgit v1.2.3