mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-10 15:24:03 +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
|
||||
"\xC1\xA5\xCA\xE9", // SimLi
|
||||
"\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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user