author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 15 Sep 2010 14:10:32 +0300 | |
branch | RCL_3 |
changeset 65 | 795cadd2b83a |
parent 60 | dd58c6eee052 |
child 69 | 09b5fcf47b30 |
--- a/textrendering/textformatting/tagma/TMINTERP.CPP Wed Sep 15 00:39:40 2010 +0300 +++ b/textrendering/textformatting/tagma/TMINTERP.CPP Wed Sep 15 14:10:32 2010 +0300 @@ -2745,6 +2745,7 @@ CFont::TMeasureTextInput input; input.iFlags = CFont::TMeasureTextInput::EFVisualOrder; input.iStartInputChar = 1; + input.iEndInputChar = aEnd; extra_pixels = text_bounds.Width() - aFont->MeasureText(aText, &input); }