Reorder fallback fonts. Fixes #13389

Put the Noto Sans Symbols font last in the list of fallback fonts.
This commit is contained in:
Brian Hill 2017-03-21 18:57:53 -04:00
parent 19d8e4f73c
commit a652a5fed3

View File

@ -325,8 +325,8 @@ GlyphLayoutEngine::_WriteLockAndAcquireFallbackEntry(
// of some kind to know the most suitable fallback font.
static const char* fallbacks[] = {
"Noto Sans",
"Noto Sans Symbols",
"Noto Sans CJK JP",
"Noto Sans Symbols",
NULL
};