Nikolay Sivov : dwrite: Add ff00-ffef range to the fallback configuration.

Alexandre Julliard julliard at winehq.org
Fri Aug 5 14:41:25 CDT 2022


Module: wine
Branch: master
Commit: c4c3e9fee4cfdea61f54f1f4570027df2d0b5d8b
URL:    https://gitlab.winehq.org/wine/wine/-/commit/c4c3e9fee4cfdea61f54f1f4570027df2d0b5d8b

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Aug  4 23:31:27 2022 +0300

dwrite: Add ff00-ffef range to the fallback configuration.

Signed-off-by: Nikolay Sivov <nsivov at 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 e95c1689a98..d23153a2d5e 100644
--- a/dlls/dwrite/analyzer.c
+++ b/dlls/dwrite/analyzer.c
@@ -249,6 +249,9 @@ system_fallback_config[] =
     { "1800-18AF, 11660-1167F", L"Noto Sans Mongolian" },
 
     { "3000-30FF, 31F0-31FF, 4E00-9FFF", L"Meiryo" },
+
+    /* Halfwidth and Fullwidth Forms */
+    { "FF00-FFEF",              L"Noto Sans CJK JP" },
 };
 
 struct text_source_context




More information about the wine-cvs mailing list