Reorder fallback fonts. Fixes #13389
Put the Noto Sans Symbols font last in the list of fallback fonts.
This commit is contained in:
parent
19d8e4f73c
commit
a652a5fed3
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user