Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/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 /* V */ | |
| 4 | |
| 5 static const pdf_range cmap_V_ranges[] = { | |
| 6 {0x2122,0x2123,0x1ecf}, | |
| 7 {0x2131,0x2132,0x1ed1}, | |
| 8 {0x213c,0x213e,0x1ed3}, | |
| 9 {0x2141,0x2145,0x1ed6}, | |
| 10 {0x214a,0x215b,0x1edb}, | |
| 11 {0x2161,0x2161,0x1eed}, | |
| 12 {0x2421,0x2421,0x1eee}, | |
| 13 {0x2423,0x2423,0x1eef}, | |
| 14 {0x2425,0x2425,0x1ef0}, | |
| 15 {0x2427,0x2427,0x1ef1}, | |
| 16 {0x2429,0x2429,0x1ef2}, | |
| 17 {0x2443,0x2443,0x1ef3}, | |
| 18 {0x2463,0x2463,0x1ef4}, | |
| 19 {0x2465,0x2465,0x1ef5}, | |
| 20 {0x2467,0x2467,0x1ef6}, | |
| 21 {0x246e,0x246e,0x1ef7}, | |
| 22 {0x2521,0x2521,0x1ef8}, | |
| 23 {0x2523,0x2523,0x1ef9}, | |
| 24 {0x2525,0x2525,0x1efa}, | |
| 25 {0x2527,0x2527,0x1efb}, | |
| 26 {0x2529,0x2529,0x1efc}, | |
| 27 {0x2543,0x2543,0x1efd}, | |
| 28 {0x2563,0x2563,0x1efe}, | |
| 29 {0x2565,0x2565,0x1eff}, | |
| 30 {0x2567,0x2567,0x1f00}, | |
| 31 {0x256e,0x256e,0x1f01}, | |
| 32 {0x2575,0x2576,0x1f02}, | |
| 33 }; | |
| 34 | |
| 35 static pdf_cmap cmap_V = { | |
| 36 { -1, pdf_drop_cmap_imp }, | |
| 37 /* cmapname */ "V", | |
| 38 /* usecmap */ "H", NULL, | |
| 39 /* wmode */ 1, | |
| 40 /* codespaces */ 0, { | |
| 41 { 0, 0, 0 }, | |
| 42 }, | |
| 43 27, 27, (pdf_range*)cmap_V_ranges, | |
| 44 0, 0, NULL, /* xranges */ | |
| 45 0, 0, NULL, /* mranges */ | |
| 46 0, 0, NULL, /* table */ | |
| 47 0, 0, 0, NULL /* splay tree */ | |
| 48 }; |
