summaryrefslogtreecommitdiff
path: root/fofi/FoFiType1C.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2006-02-02 22:50:01 +0000
committerAlbert Astals Cid <aacid@kde.org>2006-02-02 22:50:01 +0000
commit1ddeed60d07c3a7e011f3f594fa9299379d0b000 (patch)
tree7e344cb8130bb7146205d05859783f05119e84b5 /fofi/FoFiType1C.h
parent34df4cfa5cd8788ccf2ea698cbedd05b209041f5 (diff)
don't use files to pass fonts to freetype
Diffstat (limited to 'fofi/FoFiType1C.h')
-rw-r--r--fofi/FoFiType1C.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fofi/FoFiType1C.h b/fofi/FoFiType1C.h
index 36c0aa90..ce4decdc 100644
--- a/fofi/FoFiType1C.h
+++ b/fofi/FoFiType1C.h
@@ -138,6 +138,7 @@ public:
// Create a FoFiType1C object from a file on disk.
static FoFiType1C *load(char *fileName);
+ FoFiType1C(char *fileA, int lenA, GBool freeFileDataA);
virtual ~FoFiType1C();
// Return the font name.
@@ -173,7 +174,6 @@ public:
private:
- FoFiType1C(char *fileA, int lenA, GBool freeFileDataA);
void eexecCvtGlyph(Type1CEexecBuf *eb, char *glyphName,
int offset, int nBytes,
Type1CIndex *subrIdx,