Chromium Code Reviews| 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 52605a003cf02066299d5d3031c2df05c901258b..6781369455df6c9cf9c431349d241c9b13479531 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; |
|
jun_fang
2015/12/06 11:37:57
FXFONT_SUBST_EXACT should be set at line 1083 afte
Tom Sepez
2015/12/07 23:54:27
Acknowledged.
|
| if (!match.IsEmpty()) { |
| family = match; |
| } |