--- a/graphicsdeviceinterface/gdi/inc/gdistructs.h Tue Aug 31 16:31:06 2010 +0300
+++ b/graphicsdeviceinterface/gdi/inc/gdistructs.h Wed Sep 01 12:39:21 2010 +0100
@@ -57,45 +57,4 @@
TPtrC iText;
};
-
-/*
-Structure used to pass input/output parameters between RFontTable and CFbsFont.
-@internalTechnology
-*/
-class TGetFontTableParam
- {
-public:
- TUint32 iTag;
- TAny *iContent;
- TInt iLength;
- };
-
-/*
-Structure used to pass input/output parameters between RGlyphOutlineIterator and CFbsFont.
-Used when opening an outline iterator.
-@internalTechnology
-*/
-class TGetGlyphOutlineParam
- {
-public:
- TInt iCount;
- const TUint *iCodes;
- TBool iHinted;
- TAny **iOutlines;
- TInt *iLengths;
- };
-
-/*
-Structure used to pass input/output parameters between RGlyphOutlineIterator and CFbsFont.
-Used when closing an outline iterator.
-@internalTechnology
-*/
-class TReleaseGlyphOutlineParam
- {
-public:
- TInt iCount;
- const TUint *iCodes;
- TBool iHinted;
- };
-
#endif /* GDISTRUCTS_H */