This commit is contained in:
dczheng 2022-09-23 00:27:48 +08:00
parent b9591053ef
commit a74061af6d
2 changed files with 2 additions and 2 deletions

View File

@ -16512,7 +16512,7 @@ nk_font_chinese_glyph_ranges(void)
0x3000, 0x30FF,
0x31F0, 0x31FF,
0xFF00, 0xFFEF,
0x4e00, 0x9FAF,
0x4E00, 0x9FAF,
0
};
return ranges;

View File

@ -85,7 +85,7 @@ nk_font_chinese_glyph_ranges(void)
0x3000, 0x30FF,
0x31F0, 0x31FF,
0xFF00, 0xFFEF,
0x4e00, 0x9FAF,
0x4E00, 0x9FAF,
0
};
return ranges;