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