| Index: xfa/fxfa/app/xfa_textlayout.cpp
|
| diff --git a/xfa/fxfa/app/xfa_textlayout.cpp b/xfa/fxfa/app/xfa_textlayout.cpp
|
| index c40e29c04bcb8b7525feb77b6da58fbfd2e973b4..4e23fc39f9843577b04566abd1b66e0374624978 100644
|
| --- a/xfa/fxfa/app/xfa_textlayout.cpp
|
| +++ b/xfa/fxfa/app/xfa_textlayout.cpp
|
| @@ -332,8 +332,8 @@ FX_BOOL CXFA_TextParser::IsSpaceRun(IFDE_CSSComputedStyle* pStyle) const {
|
| }
|
| return FALSE;
|
| }
|
| -IFGAS_Font* CXFA_TextParser::GetFont(CXFA_TextProvider* pTextProvider,
|
| - IFDE_CSSComputedStyle* pStyle) const {
|
| +CFGAS_GEFont* CXFA_TextParser::GetFont(CXFA_TextProvider* pTextProvider,
|
| + IFDE_CSSComputedStyle* pStyle) const {
|
| CFX_WideStringC wsFamily = FX_WSTRC(L"Courier");
|
| uint32_t dwStyle = 0;
|
| CXFA_Font font = pTextProvider->GetFontNode();
|
|
|