|
||
class TFindWidthOfWidestAbbreviatedMonthName : public TFindWidthOfWidestTextItem;
Finds the width in pixels of the widest abbreviated month name (for instance Jan, Feb), 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.
TFindWidthOfWidestAbbreviatedMonthName
- Finds the width in pixels of the widest abbreviated month name (for instance Jan...
Defined in TFindWidthOfWidestAbbreviatedMonthName
:
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.TFindWidthOfWidestAbbreviatedMonthName()
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...