| Index: xfa/fgas/font/fgas_gefont.cpp
|
| diff --git a/xfa/fgas/font/fgas_gefont.cpp b/xfa/fgas/font/fgas_gefont.cpp
|
| index e386a0f2081548120729ce0001eb7424de1ad2a1..8233705342108a9fbaa5a872b733003ec64f71dd 100644
|
| --- a/xfa/fgas/font/fgas_gefont.cpp
|
| +++ b/xfa/fgas/font/fgas_gefont.cpp
|
| @@ -196,7 +196,7 @@ FX_BOOL CFGAS_GEFont::LoadFontInternal(const FX_WCHAR* pszFontFamily,
|
| } else if (dwFlags & FXFONT_ITALIC) {
|
| csFontFamily += ",Italic";
|
| }
|
| - m_pFont->LoadSubst(csFontFamily, TRUE, dwFlags, iWeight, 0, wCodePage);
|
| + m_pFont->LoadSubst(csFontFamily, TRUE, dwFlags, iWeight, 0, wCodePage, false);
|
| if (!m_pFont->GetFace())
|
| return false;
|
| return InitFont();
|
|
|