summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poppler/FontInfo.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/FontInfo.cc b/poppler/FontInfo.cc
index 1fed67c6..3b1d93b1 100644
--- a/poppler/FontInfo.cc
+++ b/poppler/FontInfo.cc
@@ -196,6 +196,7 @@ FontInfo::FontInfo(GfxFont *font, PDFDoc *doc) {
FontInfo::FontInfo(FontInfo& f) {
name = f.name->copy();
+ type = f.type->copy();
emb = f.emb;
subset = f.subset;
hasToUnicode = f.hasToUnicode;