summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-10-20 00:55:56 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-10-20 00:55:56 +0200
commit99f3c43f6469ade944c0271912abbf89836e9611 (patch)
treeb7fdb623bb6138ae9d9609442330233e13eb63df
parent9f42d17b11ff57aaa9b764d210813156214deae0 (diff)
xpdf303: GfxFontLoc implementation
-rw-r--r--ALL_DIFF22
1 files changed, 1 insertions, 21 deletions
diff --git a/ALL_DIFF b/ALL_DIFF
index 922c8c8..3e196cc 100644
--- a/ALL_DIFF
+++ b/ALL_DIFF
@@ -9209,27 +9209,7 @@ diff -ru xpdf-3.02/xpdf/GfxFont.cc xpdf-3.03/xpdf/GfxFont.cc
+ return ((Stream *)data)->getChar();
+}
+
-+//------------------------------------------------------------------------
-+// GfxFontLoc
-+//------------------------------------------------------------------------
-+
-+GfxFontLoc::GfxFontLoc() {
-+ path = NULL;
-+ fontNum = 0;
-+ encoding = NULL;
-+ substIdx = -1;
-+}
-+
-+GfxFontLoc::~GfxFontLoc() {
-+ if (path) {
-+ delete path;
-+ }
-+ if (encoding) {
-+ delete encoding;
-+ }
-+}
-+
-+//------------------------------------------------------------------------
+ //------------------------------------------------------------------------
// GfxFont
//------------------------------------------------------------------------