-- v2: dwrite: Add fallback for Dingbats.
From: Ziqing Hui zhui@codeweavers.com
--- dlls/dwrite/analyzer.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/dlls/dwrite/analyzer.c b/dlls/dwrite/analyzer.c index 41d0fb67f4c..49d1011129b 100644 --- a/dlls/dwrite/analyzer.c +++ b/dlls/dwrite/analyzer.c @@ -299,6 +299,9 @@ system_fallback_config[] = { "1C00-1C4F", L"Noto Sans Lepcha" }, { "1C50-1C7F", L"Noto Sans Ol Chiki" },
+ /* Dingbats - 2700-27BF */ + { "2700-27BF", L"Noto Sans Symbols2"}, + { "2C80-2CFF", L"Noto Sans Coptic" }, { "2D30-2D7F", L"Noto Sans Tifinagh" },
On Wed Aug 20 02:07:00 2025 +0000, Ziqing Hui wrote:
changed this line in [version 2 of the diff](/wine/wine/-/merge_requests/8783/diffs?diff_id=201463&start_sha=1b99171e6f3870d86ae54a4713c9695b2c69d7c3#3008ca648de9bfa0b46066196c437eb942501370_268_268)
OK, I moved it above the added entry in new version.
This merge request was approved by Nikolay Sivov.