First public contribution.
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Header containing the structs TTwoTInt and TDrawTextInContextInternal which are included into gdi.h
21 Structure used as a package for GetUnderlineMetrics to pass to the relevant
22 section of APIExtension.
32 Structure used as a package for DrawText to pass to relevant section of
36 struct TDrawTextInContextInternal
38 CGraphicsContext::TTextParameters iParam;
43 CGraphicsContext::TTextAlign iAlign;
46 TBool iUp; // For vertical drawing
50 Structure used as a package for TextWidthInPixels to pass to the relevant
51 section of APIExtension
54 struct TTextWidthInternal
56 CFont::TMeasureTextInput iParam;
62 Structure used to pass input/output parameters between RFontTable and CFbsFont.
65 class TGetFontTableParam
74 Structure used to pass input/output parameters between RGlyphOutlineIterator and CFbsFont.
75 Used when opening an outline iterator.
78 class TGetGlyphOutlineParam
89 Structure used to pass input/output parameters between RGlyphOutlineIterator and CFbsFont.
90 Used when closing an outline iterator.
93 class TReleaseGlyphOutlineParam
101 #endif /* GDISTRUCTS_H */