textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbubblectrl.cpp
branchRCL_3
changeset 7 6defe5d1bd39
parent 5 a47de9135b21
child 9 e6a39382bb9c
equal deleted inserted replaced
6:6ceef9a83b1a 7:6defe5d1bd39
   302 	    if ( AknsUtils::AvkonSkinEnabled() )
   302 	    if ( AknsUtils::AvkonSkinEnabled() )
   303 	        {
   303 	        {
   304 	        AknsUtils::GetCachedColor( AknsUtils::SkinInstance(),
   304 	        AknsUtils::GetCachedColor( AknsUtils::SkinInstance(),
   305 	                               color, KAknsIIDQsnTextColors, iTextColorIndex );
   305 	                               color, KAknsIIDQsnTextColors, iTextColorIndex );
   306 	        }
   306 	        }
   307 	     textLayout.DrawText(*gc, *iText, EFalse, color);
   307 	     textLayout.DrawText(*gc, *iText, ETrue, color);
   308         }
   308         }
   309     }
   309     }
   310            	
   310            	
   311 EXPORT_C void CBubbleCtrl::SetTextFormat(TAknTextLineLayout aTextFormat)
   311 EXPORT_C void CBubbleCtrl::SetTextFormat(TAknTextLineLayout aTextFormat)
   312     {
   312     {