app_server: add Noto Emoji to font fallback list.
Helps with #16221 (somehow it doesn't seem to matter if the font is installed or not?)
This commit is contained in:
@@ -338,7 +338,8 @@ GlyphLayoutEngine::_PopulateAndLockFallbacks(
|
|||||||
"Noto Sans Thai",
|
"Noto Sans Thai",
|
||||||
"Noto Sans CJK JP",
|
"Noto Sans CJK JP",
|
||||||
"Noto Sans Symbols",
|
"Noto Sans Symbols",
|
||||||
"Noto Sans Symbols2"
|
"Noto Sans Symbols2",
|
||||||
|
"Noto Emoji",
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!gFontManager->Lock())
|
if (!gFontManager->Lock())
|
||||||
|
|||||||
Reference in New Issue
Block a user