emailuis/uicomponents/src/fstreenodevisualizerbase.cpp
branchRCL_3
changeset 12 4ce476e64c59
parent 1 12c456ceeff2
child 20 efd4f1afd43e
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
   883             CFsLayoutManager::LayoutMetricsText( parentRect,CFsLayoutManager::EFsLmListMediumLineT3T1, text, 0 );
   883             CFsLayoutManager::LayoutMetricsText( parentRect,CFsLayoutManager::EFsLmListMediumLineT3T1, text, 0 );
   884 
   884 
   885             charFormat.iFontSpec = text.iFont->FontSpecInTwips();
   885             charFormat.iFontSpec = text.iFont->FontSpecInTwips();
   886             }
   886             }
   887 
   887 
   888         if (iFontHeight>0)
       
   889             {
       
   890             charFormat.iFontSpec.iHeight = iFontHeight;
       
   891             }
       
   892 
   888 
   893         TBool isBold(EFalse);
   889         TBool isBold(EFalse);
   894         isBold = iFlags & KFsTreeListItemTextBold;
   890         isBold = iFlags & KFsTreeListItemTextBold;
   895         if ( isBold )
   891         if ( isBold )
   896             {
   892             {