equal
deleted
inserted
replaced
55 { |
55 { |
56 CFont::TMeasureTextInput iParam; |
56 CFont::TMeasureTextInput iParam; |
57 TPtrC iText; |
57 TPtrC iText; |
58 }; |
58 }; |
59 |
59 |
|
60 |
|
61 /* |
|
62 Structure used to pass input/output parameters between RFontTable and CFbsFont. |
|
63 @internalTechnology |
|
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 |
60 #endif /* GDISTRUCTS_H */ |
101 #endif /* GDISTRUCTS_H */ |