|
Public Member Functions |
| IMPORT_C | TAknLayoutText () |
| IMPORT_C void | LayoutText (const TRect &aParent, TInt aResourceId, const CFont *aCustomFont=0) |
| | Read resources and calculate information needed to draw text.
|
| IMPORT_C void | LayoutText (const TRect &aParent, TResourceReader &aReader, const CFont *aCustomFont=0) |
| IMPORT_C void | LayoutText (const TRect &aParent, const AknLayoutUtils::SAknLayoutText &aLayout, const CFont *aCustomFont=0) |
| IMPORT_C void | LayoutText (const TRect &aParent, const TAknTextLineLayout &aLayout, const CFont *aCustomFont=0) |
| IMPORT_C void | LayoutText (const TRect &aParent, TInt fontid, TInt C, TInt l, TInt r, TInt B, TInt W, TInt J, const CFont *aCustomFont=0) |
| IMPORT_C void | DrawText (CGraphicsContext &aGc, const TDesC &aText) const |
| | Do the actual drawing, should be placed to control's Draw() method.
|
| IMPORT_C void | DrawText (CGraphicsContext &aGc, const TDesC &aText, TBool aUseLogicalToVisualConversion) const |
| | In case of bidirectional text, which is already converted from logical to visual order, use this method with parameter aUseLogicalToVisualConversion EFalse.
|
| IMPORT_C void | DrawText (CGraphicsContext &aGc, const TDesC &aText, TBool aUseLogicalToVisualConversion, const TRgb &aColor) const |
| IMPORT_C TRect | TextRect () const |
| | This returns rectangle that is used to draw the text.
|
| const CFont * | Font () const |
| TRgb | Color () const |
| CGraphicsContext::TTextAlign | Align () const |
| TInt | BaselineOffset () const |
| | Returns the baseline position for the font set in this object.
|
Friends |
| class | CBubbleOutlookNumberEntry |