equal
deleted
inserted
replaced
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
55 { |
55 { |
56 CFont::TMeasureTextInput iParam; |
56 CFont::TMeasureTextInput iParam; |
57 TPtrC iText; |
57 TPtrC iText; |
58 }; |
58 }; |
59 |
59 |
60 |
60 // These types are moved from Gdi.h to TextBase.h. |
61 /* |
61 // class TGetFontTableParam |
62 Structure used to pass input/output parameters between RFontTable and CFbsFont. |
62 // class TGetGlyphOutlineParam |
63 @internalTechnology |
63 // class TReleaseGlyphOutlineParam |
64 */ |
|
65 class TGetFontTableParam |
|
66 { |
|
67 public: |
|
68 TUint32 iTag; |
|
69 TAny *iContent; |
|
70 TInt iLength; |
|
71 }; |
|
72 |
|
73 /* |
|
74 Structure used to pass input/output parameters between RGlyphOutlineIterator and CFbsFont. |
|
75 Used when opening an outline iterator. |
|
76 @internalTechnology |
|
77 */ |
|
78 class TGetGlyphOutlineParam |
|
79 { |
|
80 public: |
|
81 TInt iCount; |
|
82 const TUint *iCodes; |
|
83 TBool iHinted; |
|
84 TAny **iOutlines; |
|
85 TInt *iLengths; |
|
86 }; |
|
87 |
|
88 /* |
|
89 Structure used to pass input/output parameters between RGlyphOutlineIterator and CFbsFont. |
|
90 Used when closing an outline iterator. |
|
91 @internalTechnology |
|
92 */ |
|
93 class TReleaseGlyphOutlineParam |
|
94 { |
|
95 public: |
|
96 TInt iCount; |
|
97 const TUint *iCodes; |
|
98 TBool iHinted; |
|
99 }; |
|
100 |
64 |
101 #endif /* GDISTRUCTS_H */ |
65 #endif /* GDISTRUCTS_H */ |