emailuis/uicomponents/src/fstreeitemvisualizerbase.cpp
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
child 20 efd4f1afd43e
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
   893         CFsLayoutManager::TFsText text;
   893         CFsLayoutManager::TFsText text;
   894         CFsLayoutManager::LayoutMetricsText( parentRect,CFsLayoutManager::EFsLmListSingleDycRowTextPaneT1, text, 0 );
   894         CFsLayoutManager::LayoutMetricsText( parentRect,CFsLayoutManager::EFsLmListSingleDycRowTextPaneT1, text, 0 );
   895         charFormat.iFontSpec = text.iFont->FontSpecInTwips();
   895         charFormat.iFontSpec = text.iFont->FontSpecInTwips();
   896         }
   896         }
   897 
   897 
   898     if (iFontHeight>0)
       
   899         {
       
   900         charFormat.iFontSpec.iHeight = iFontHeight;
       
   901         }
       
   902 
   898 
   903     TBool isBold(EFalse);
   899     TBool isBold(EFalse);
   904     isBold = iFlags & KFsTreeListItemTextBold;
   900     isBold = iFlags & KFsTreeListItemTextBold;
   905     if ( isBold )
   901     if ( isBold )
   906         {
   902         {