diff -r 969102054596 -r 414d4b727fd9 graphicsdeviceinterface/gdi/inc/gdistructs.h --- a/graphicsdeviceinterface/gdi/inc/gdistructs.h Wed Aug 25 08:17:25 2010 +0300 +++ b/graphicsdeviceinterface/gdi/inc/gdistructs.h Thu Sep 09 10:13:45 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 */