mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-26 10:05:47 +02:00
Fix missing Chinese font name variants (SimFang and XiaoBiaoSong) in GBK encoding detection
This commit is contained in:
parent
d859d78bb5
commit
0e1b5cd7bb
@ -3723,6 +3723,8 @@ class PartialEvaluator {
|
|||||||
"\xB7\xC2\xCB\xCE_GB2312", // SimFang
|
"\xB7\xC2\xCB\xCE_GB2312", // SimFang
|
||||||
"\xC1\xA5\xCA\xE9", // SimLi
|
"\xC1\xA5\xCA\xE9", // SimLi
|
||||||
"\xD0\xC2\xCB\xCE", // SimSun
|
"\xD0\xC2\xCB\xCE", // SimSun
|
||||||
|
"\xB7\xC2\xCB\xCE\xCC\xE5", // SimFang variant
|
||||||
|
"\xD0\xA1\xB1\xEA\xCB\xCE", // XiaoBiaoSong
|
||||||
];
|
];
|
||||||
|
|
||||||
// Check for common Chinese font names and their GBK-encoded equivalents
|
// Check for common Chinese font names and their GBK-encoded equivalents
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user