graphicsdeviceinterface/gdi/inc/gdistructs.h
changeset 183 6a1564a2f3e6
parent 36 01a6848ebfd7
--- a/graphicsdeviceinterface/gdi/inc/gdistructs.h	Thu Sep 02 21:50:40 2010 +0300
+++ b/graphicsdeviceinterface/gdi/inc/gdistructs.h	Fri Sep 17 08:36:49 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -57,45 +57,9 @@
 	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;
-    };
+// These types are moved from Gdi.h to TextBase.h.
+// class TGetFontTableParam
+// class TGetGlyphOutlineParam
+// class TReleaseGlyphOutlineParam
 
 #endif /* GDISTRUCTS_H */