From: Daniel Lehman <dlehman25@gmail.com> --- dlls/dwrite/analyzer.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dlls/dwrite/analyzer.c b/dlls/dwrite/analyzer.c index dc434949c42..992a74f2e97 100644 --- a/dlls/dwrite/analyzer.c +++ b/dlls/dwrite/analyzer.c @@ -308,12 +308,19 @@ system_fallback_config[] = { "1C00-1C4F", L"Noto Sans Lepcha" }, { "1C50-1C7F", L"Noto Sans Ol Chiki" }, + /* Arrows - 2190-21FF */ + { "2190-21FF", L"Noto Sans Symbols" }, + /* Miscellaneous Symbols - 2600-26FF */ { "2600-26FF", L"Noto Sans Symbols2, Noto Sans Symbols" }, /* Dingbats - 2700-27BF */ { "2700-27BF", L"Noto Sans Symbols2, Noto Sans Symbols 2" }, + /* Misc Symbols and Arrows - 2B00-2BFF + Supplemental Arrows-C - 1F800-1F8FF */ + { "2B00-2BFF, 1F800-1F8FF", L"Noto Sans Symbols2, Noto Sans Symbols 2" }, + { "2C80-2CFF", L"Noto Sans Coptic" }, { "2D30-2D7F", L"Noto Sans Tifinagh" }, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11214