| Index: xfa/fde/cfde_txtedttextset.cpp
|
| diff --git a/xfa/fde/cfde_txtedttextset.cpp b/xfa/fde/cfde_txtedttextset.cpp
|
| index a2a6c225ba7f1e361c38aa1ce734dfadac270c18..4632cb9711a3780de5507e78195a564221f09325 100644
|
| --- a/xfa/fde/cfde_txtedttextset.cpp
|
| +++ b/xfa/fde/cfde_txtedttextset.cpp
|
| @@ -49,7 +49,7 @@ int32_t CFDE_TxtEdtTextSet::GetString(FDE_HVISUALOBJ hText,
|
| return pPiece->nCount;
|
| }
|
|
|
| -IFX_Font* CFDE_TxtEdtTextSet::GetFont(FDE_HVISUALOBJ hText) {
|
| +CFX_GEFont* CFDE_TxtEdtTextSet::GetFont(FDE_HVISUALOBJ hText) {
|
| return m_pPage->GetEngine()->GetEditParams()->pFont;
|
| }
|
|
|
|
|