| Index: core/fpdfdoc/ctypeset.cpp
|
| diff --git a/core/fpdfdoc/ctypeset.cpp b/core/fpdfdoc/ctypeset.cpp
|
| index 082cef8187633c5bce3b0aa91f244ee26dc6a046..e6492d420e276961e42a4c52caff8ef39c3d1fd4 100644
|
| --- a/core/fpdfdoc/ctypeset.cpp
|
| +++ b/core/fpdfdoc/ctypeset.cpp
|
| @@ -312,7 +312,7 @@ void CTypeset::SplitLines(FX_BOOL bTypeset, FX_FLOAT fFontSize) {
|
| fWordWidth = m_pVT->GetWordWidth(
|
| pWord->nFontIndex, pWord->Word, m_pVT->m_wSubWord,
|
| m_pVT->m_fCharSpace, m_pVT->m_nHorzScale, fFontSize,
|
| - pWord->fWordTail, 0);
|
| + pWord->fWordTail);
|
| }
|
| if (!bOpened) {
|
| if (IsOpenStylePunctuation(pWord->Word)) {
|
|
|