Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/UniGB-UCS2-V.h @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 /* This is an automatically generated file. Do not edit. */ | |
| 2 | |
| 3 /* UniGB-UCS2-V */ | |
| 4 | |
| 5 static const pdf_range cmap_UniGB_UCS2_V_ranges[] = { | |
| 6 {0x2014,0x2014,0x256}, | |
| 7 {0x2026,0x2026,0x257}, | |
| 8 {0x2225,0x2225,0x1e1c}, | |
| 9 {0x3001,0x3001,0x23f}, | |
| 10 {0x3002,0x3002,0x23e}, | |
| 11 {0x3008,0x300f,0x248}, | |
| 12 {0x3010,0x3011,0x252}, | |
| 13 {0x3013,0x3013,0x1e1a}, | |
| 14 {0x3014,0x3015,0x246}, | |
| 15 {0x3016,0x3017,0x250}, | |
| 16 {0xff01,0xff01,0x242}, | |
| 17 {0xff08,0xff09,0x244}, | |
| 18 {0xff0c,0xff0c,0x23d}, | |
| 19 {0xff0e,0xff0e,0x1e1b}, | |
| 20 {0xff1a,0xff1b,0x240}, | |
| 21 {0xff1d,0xff1d,0x1e1c}, | |
| 22 {0xff1f,0xff1f,0x243}, | |
| 23 {0xff3b,0xff3b,0x1e1d}, | |
| 24 {0xff3d,0xff3d,0x1e1e}, | |
| 25 {0xff3f,0xff3f,0x258}, | |
| 26 {0xff5b,0xff5b,0x254}, | |
| 27 {0xff5d,0xff5d,0x255}, | |
| 28 {0xff5e,0xff5e,0x1e18}, | |
| 29 {0xffe3,0xffe3,0x1e1f}, | |
| 30 }; | |
| 31 | |
| 32 static pdf_cmap cmap_UniGB_UCS2_V = { | |
| 33 { -1, pdf_drop_cmap_imp }, | |
| 34 /* cmapname */ "UniGB-UCS2-V", | |
| 35 /* usecmap */ "UniGB-UCS2-H", NULL, | |
| 36 /* wmode */ 1, | |
| 37 /* codespaces */ 0, { | |
| 38 { 0, 0, 0 }, | |
| 39 }, | |
| 40 24, 24, (pdf_range*)cmap_UniGB_UCS2_V_ranges, | |
| 41 0, 0, NULL, /* xranges */ | |
| 42 0, 0, NULL, /* mranges */ | |
| 43 0, 0, NULL, /* table */ | |
| 44 0, 0, 0, NULL /* splay tree */ | |
| 45 }; |
