| Index: core/src/fxge/ge/fx_ge_fontmap.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_fontmap.cpp b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| index 73f89c4c05bd0f3b12cc4918db62ef2ef30e7cc1..f16200a9ce2f322f919c3f115920c279e3588522 100644
|
| --- a/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -1052,7 +1052,6 @@ FXFT_Face CFX_FontMapper::FindSubstFont(const CFX_ByteString& name,
|
| : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
|
| }
|
| if (!match.IsEmpty() || iBaseFont < 12) {
|
| - pSubstFont->m_SubstFlags |= FXFONT_SUBST_EXACT;
|
| if (!match.IsEmpty()) {
|
| family = match;
|
| }
|
|
|