Chromium Code Reviews| Index: fpdfsdk/src/fxedit/fxet_ap.cpp |
| diff --git a/fpdfsdk/src/fxedit/fxet_ap.cpp b/fpdfsdk/src/fxedit/fxet_ap.cpp |
| index b9900d899b3c63a14a60b7fa2d9b59a38092b2c0..1b0ba6255a21574c694425e7f27df542380d633e 100644 |
| --- a/fpdfsdk/src/fxedit/fxet_ap.cpp |
| +++ b/fpdfsdk/src/fxedit/fxet_ap.cpp |
| @@ -199,7 +199,7 @@ CFX_ByteString IFX_Edit::GetSelectAppearanceStream( |
| // CPDF_Rect rcWordSel = CPDF_Rect(word.ptWord.x,line.ptLine.y + |
| // line.fLineDescent, |
| // word.ptWord.x+word.fWidth,line.ptLine.y + |
| - //line.fLineAscent); |
| + // line.fLineAscent); |
|
Nico
2015/08/06 20:58:49
same question
|
| sRet << word.ptWord.x + ptOffset.x << " " |
| << line.ptLine.y + line.fLineDescent << " " << word.fWidth << " " |