summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-10-20 01:00:52 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-10-20 01:00:52 +0200
commita0ee2786f42460378dc6e426b7f2efce3369d98d (patch)
treebabd1ca8492dfb6011b4b7f22a9e170466df3e9f
parent2e0f88b8a2bf4819949f7a0890d0ad79fee8940f (diff)
xpdf303: Add readFromStream
-rw-r--r--ALL_DIFF10
1 files changed, 0 insertions, 10 deletions
diff --git a/ALL_DIFF b/ALL_DIFF
index efd1a9f..3e306eb 100644
--- a/ALL_DIFF
+++ b/ALL_DIFF
@@ -9177,16 +9177,6 @@ diff -ru xpdf-3.02/xpdf/GfxFont.cc xpdf-3.03/xpdf/GfxFont.cc
#include "FoFiType1C.h"
#include "FoFiTrueType.h"
@@ -93,15 +107,66 @@
-+//------------------------------------------------------------------------
-+
-+static int readFromStream(void *data) {
-+ return ((Stream *)data)->getChar();
-+}
-+
- //------------------------------------------------------------------------
- // GfxFont
- //------------------------------------------------------------------------
-
GfxFont *GfxFont::makeFont(XRef *xref, char *tagA, Ref idA, Dict *fontDict) {
GString *nameA;
+ Ref embFontIDA;