Mercurial > hgrepos > Python2 > PyMuPDF
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mupdf-source/source/pdf/cmaps/V.h Mon Sep 15 11:43:07 2025 +0200 @@ -0,0 +1,48 @@ +/* This is an automatically generated file. Do not edit. */ + +/* V */ + +static const pdf_range cmap_V_ranges[] = { +{0x2122,0x2123,0x1ecf}, +{0x2131,0x2132,0x1ed1}, +{0x213c,0x213e,0x1ed3}, +{0x2141,0x2145,0x1ed6}, +{0x214a,0x215b,0x1edb}, +{0x2161,0x2161,0x1eed}, +{0x2421,0x2421,0x1eee}, +{0x2423,0x2423,0x1eef}, +{0x2425,0x2425,0x1ef0}, +{0x2427,0x2427,0x1ef1}, +{0x2429,0x2429,0x1ef2}, +{0x2443,0x2443,0x1ef3}, +{0x2463,0x2463,0x1ef4}, +{0x2465,0x2465,0x1ef5}, +{0x2467,0x2467,0x1ef6}, +{0x246e,0x246e,0x1ef7}, +{0x2521,0x2521,0x1ef8}, +{0x2523,0x2523,0x1ef9}, +{0x2525,0x2525,0x1efa}, +{0x2527,0x2527,0x1efb}, +{0x2529,0x2529,0x1efc}, +{0x2543,0x2543,0x1efd}, +{0x2563,0x2563,0x1efe}, +{0x2565,0x2565,0x1eff}, +{0x2567,0x2567,0x1f00}, +{0x256e,0x256e,0x1f01}, +{0x2575,0x2576,0x1f02}, +}; + +static pdf_cmap cmap_V = { + { -1, pdf_drop_cmap_imp }, + /* cmapname */ "V", + /* usecmap */ "H", NULL, + /* wmode */ 1, + /* codespaces */ 0, { + { 0, 0, 0 }, + }, + 27, 27, (pdf_range*)cmap_V_ranges, + 0, 0, NULL, /* xranges */ + 0, 0, NULL, /* mranges */ + 0, 0, NULL, /* table */ + 0, 0, 0, NULL /* splay tree */ +};
