| Index: xfa/fwl/basewidget/fwl_editimp.cpp
|
| diff --git a/xfa/fwl/basewidget/fwl_editimp.cpp b/xfa/fwl/basewidget/fwl_editimp.cpp
|
| index 6d0197eeb44fc3548622923c6e65f9bf8d5f1f49..b2ac871452a912ae997b066c7b1d6372ba714ed9 100644
|
| --- a/xfa/fwl/basewidget/fwl_editimp.cpp
|
| +++ b/xfa/fwl/basewidget/fwl_editimp.cpp
|
| @@ -15,6 +15,7 @@
|
| #include "xfa/fde/fde_gedevice.h"
|
| #include "xfa/fde/fde_render.h"
|
| #include "xfa/fde/ifde_txtedtpage.h"
|
| +#include "xfa/fgas/font/fgas_gefont.h"
|
| #include "xfa/fwl/basewidget/fwl_caretimp.h"
|
| #include "xfa/fwl/basewidget/fwl_comboboximp.h"
|
| #include "xfa/fwl/basewidget/fwl_scrollbarimp.h"
|
| @@ -1194,8 +1195,8 @@ void CFWL_EditImp::UpdateEditParams() {
|
| if (!pLineHeight)
|
| return;
|
| params.fLineSpace = *pLineHeight;
|
| - IFX_Font* pFont =
|
| - static_cast<IFX_Font*>(GetThemeCapacity(CFWL_WidgetCapacity::Font));
|
| + CFX_GEFont* pFont =
|
| + static_cast<CFX_GEFont*>(GetThemeCapacity(CFWL_WidgetCapacity::Font));
|
| if (!pFont)
|
| return;
|
| params.pFont = pFont;
|
|
|