Index: xfa/fxfa/app/xfa_fwltheme.cpp |
diff --git a/xfa/fxfa/app/xfa_fwltheme.cpp b/xfa/fxfa/app/xfa_fwltheme.cpp |
index 0c8e346066760dc4c31a198db82707d84f18177a..e2e1b29c084e8786b7580ee6025ec7a4744d6ba2 100644 |
--- a/xfa/fxfa/app/xfa_fwltheme.cpp |
+++ b/xfa/fxfa/app/xfa_fwltheme.cpp |
@@ -8,6 +8,7 @@ |
#include "xfa/fde/tto/fde_textout.h" |
#include "xfa/fgas/crt/fgas_codepage.h" |
+#include "xfa/fgas/font/fgas_gefont.h" |
#include "xfa/fwl/basewidget/ifwl_barcode.h" |
#include "xfa/fwl/basewidget/ifwl_caret.h" |
#include "xfa/fwl/basewidget/ifwl_checkbox.h" |
@@ -78,8 +79,8 @@ FWL_Error CXFA_FWLTheme::Initialize() { |
m_pTextOut.reset(new CFDE_TextOut); |
for (size_t i = 0; !m_pCalendarFont && i < FX_ArraySize(g_FWLTheme_CalFonts); |
++i) { |
- m_pCalendarFont = IFGAS_Font::LoadFont(g_FWLTheme_CalFonts[i], 0, 0, |
- m_pApp->GetFDEFontMgr()); |
+ m_pCalendarFont = CFGAS_GEFont::LoadFont(g_FWLTheme_CalFonts[i], 0, 0, |
+ m_pApp->GetFDEFontMgr()); |
} |
if (!m_pCalendarFont) { |
#if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ |