Skip to content

Commit d51d6f4

Browse files
committed
dwrite/fallback: Add the Cyrillic range to the fallback data.
Signed-off-by: Bernhard Kölbl <bkoelbl@codeweavers.com> CW-Bug-Id: #26165
1 parent d36198c commit d51d6f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dlls/dwrite/analyzer.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ system_fallback_config[] =
223223
{ "0000-007F, 0080-00FF, 0100-017F, 0180-024F, "
224224
"0250-02AF, 02B0-02FF, 0300-036F", L"Tahoma" },
225225

226+
/* Cyrillic, Cyrillic Supplement */
227+
{ "0400-052F", L"Tahoma" },
228+
226229
{ "0530-058F, FB10-FB1C", L"Noto Sans Armenian" },
227230

228231
{ "0590-05FF, FB1D-FB4F", L"Noto Sans Hebrew" },

0 commit comments

Comments
 (0)