| Index: xfa/fde/tto/fde_textout.h
|
| diff --git a/xfa/fde/tto/fde_textout.h b/xfa/fde/tto/fde_textout.h
|
| index 2b00fee88d45b06688fab8ba1e9a641c02285060..5ab0bd17a287d460a881ac9794dde00a19b10e83 100644
|
| --- a/xfa/fde/tto/fde_textout.h
|
| +++ b/xfa/fde/tto/fde_textout.h
|
| @@ -75,7 +75,7 @@ class CFDE_TextOut : public CFX_Target {
|
| CFDE_TextOut();
|
| ~CFDE_TextOut() override;
|
|
|
| - void SetFont(IFX_Font* pFont);
|
| + void SetFont(CFX_GEFont* pFont);
|
| void SetFontSize(FX_FLOAT fFontSize);
|
| void SetTextColor(FX_ARGB color);
|
| void SetStyles(uint32_t dwStyles);
|
| @@ -151,7 +151,7 @@ class CFDE_TextOut : public CFX_Target {
|
| void DrawLine(const FDE_TTOPIECE* pPiece, CFDE_Pen*& pPen);
|
|
|
| CFX_TxtBreak* m_pTxtBreak;
|
| - IFX_Font* m_pFont;
|
| + CFX_GEFont* m_pFont;
|
| FX_FLOAT m_fFontSize;
|
| FX_FLOAT m_fLineSpace;
|
| FX_FLOAT m_fLinePos;
|
|
|