| Index: xfa/fde/tto/fde_textout.cpp
|
| diff --git a/xfa/fde/tto/fde_textout.cpp b/xfa/fde/tto/fde_textout.cpp
|
| index c7d82ac0f426ea6f3168b442393b94c6616e0147..82e5dcb6d03a6200b4e949a99970db12ff40c17f 100644
|
| --- a/xfa/fde/tto/fde_textout.cpp
|
| +++ b/xfa/fde/tto/fde_textout.cpp
|
| @@ -53,7 +53,7 @@ CFDE_TextOut::~CFDE_TextOut() {
|
| FX_Free(m_pCharPos);
|
| m_ttoLines.RemoveAll();
|
| }
|
| -void CFDE_TextOut::SetFont(IFX_Font* pFont) {
|
| +void CFDE_TextOut::SetFont(CFX_GEFont* pFont) {
|
| ASSERT(pFont);
|
| m_pFont = pFont;
|
| m_pTxtBreak->SetFont(pFont);
|
|
|