diff options
Diffstat (limited to 'src/export')
| -rw-r--r-- | src/export/pdf.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/export/pdf.rs b/src/export/pdf.rs index a09f3b0c..811583e5 100644 --- a/src/export/pdf.rs +++ b/src/export/pdf.rs @@ -272,8 +272,7 @@ impl PdfFont { // Subset the font using the selected characters. let subsetted = font.subsetted( chars.iter().cloned(), - &["head", "hhea", "maxp", "hmtx", "loca", "glyf"][..], - &["cvt ", "prep", "fpgm", /* "OS/2", "cmap", "name", "post" */][..], + &["head", "hhea", "hmtx", "maxp", "cmap", "cvt ", "fpgm", "prep", "loca", "glyf"][..] )?; // Specify flags for the font. |
