|
||
class TFindWidthOfWidestDateSuffix : public TFindWidthOfWidestTextItem;
Finds the width in pixels of the widest date suffix (for instance st, nd), when displayed in a specified font.
After construction, call TFindWidthOfWidestTextItem::MaximumWidthInPixels(const CFont &)const
, defined in the base class, specifying the font.
TFindWidthOfWidestTextItem
- Finds the width in pixels of the widest item in a range of indexed text items.
TFindWidthOfWidestDateSuffix
- Finds the width in pixels of the widest date suffix (for instance st, nd), when ...
Defined in TFindWidthOfWidestDateSuffix
:
GetFirstAndLastIndex(TInt &,TInt &)const
Gets the first and last index in the range of items.GetTextItem(TDes &,TInt)const
Gets the text item at the specfied index.TFindWidthOfWidestDateSuffix()
Default constructor. Inherited from TFindWidthOfWidestTextItem
:
MaximumWidthInPixels(const CFont &)const
Gets the width in pixels of the widest item in the range, using the specified fo...