Index: xfa/fxfa/app/xfa_textlayout.cpp |
diff --git a/xfa/fxfa/app/xfa_textlayout.cpp b/xfa/fxfa/app/xfa_textlayout.cpp |
index fe72e29c052e8f61d8f239f4123a40bab189a900..dea003704d2c95bcdc423fe90773c53c1378bbab 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; |
} |
-IFX_Font* CXFA_TextParser::GetFont(CXFA_TextProvider* pTextProvider, |
- IFDE_CSSComputedStyle* pStyle) const { |
+CFX_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(); |