diff -uNr fontlib.orig/src/main/native/common/type1/T1Glyph.h fontlib/src/main/native/common/type1/T1Glyph.h --- fontlib.orig/src/main/native/common/type1/T1Glyph.h 2007-02-08 16:02:30.000000000 +0000 +++ fontlib/src/main/native/common/type1/T1Glyph.h 2007-05-23 20:22:52.000000000 +0100 @@ -31,14 +31,14 @@ Type1Map *_charStringMap; Type1Map *_subrsMap; - void T1Glyph::parseValueToOutline(EncodedValue *value, std::stack *stack, Outline *out, float *curX, float *curY, float relativeSize); - void T1Glyph::countPoints(std::stack *stack, EncodedValue *value, unsigned short *point, unsigned short *command); + void parseValueToOutline(EncodedValue *value, std::stack *stack, Outline *out, float *curX, float *curY, float relativeSize); + void countPoints(std::stack *stack, EncodedValue *value, unsigned short *point, unsigned short *command); - void T1Glyph::initGlyph(void); + void initGlyph(void); public: T1Glyph(Type1Map *charStringMap, Type1Map *subrsMap, unsigned short unicode, unsigned short size); ~T1Glyph(); - Outline* T1Glyph::getOutline(void); + Outline* getOutline(void); }; #endif //__TYPE_1_GLYPH_CLASS_H