| Index: xfa/fde/fde_gedevice.cpp
|
| diff --git a/xfa/fde/fde_gedevice.cpp b/xfa/fde/fde_gedevice.cpp
|
| index ab629991180216496d903be3f57139214fd63bfd..1338dc4a8e0607ccd0980e149db3a4cc4840a778 100644
|
| --- a/xfa/fde/fde_gedevice.cpp
|
| +++ b/xfa/fde/fde_gedevice.cpp
|
| @@ -158,7 +158,7 @@ FX_BOOL CFDE_FxgeDevice::DrawString(IFDE_Brush* pBrush,
|
| FXTEXT_CHARPOS* pCurCP = NULL;
|
| int32_t iCurCount = 0;
|
| #if _FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_
|
| - FX_DWORD dwFontStyle = pFont->GetFontStyles();
|
| + uint32_t dwFontStyle = pFont->GetFontStyles();
|
| CFX_Font FxFont;
|
| CFX_SubstFont SubstFxFont;
|
| FxFont.SetSubstFont(&SubstFxFont);
|
|
|