comparison mupdf-source/source/pdf/cmaps/B5pc-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 /* B5pc-V */
4
5 static const pdf_range cmap_B5pc_V_ranges[] = {
6 {0xa14b,0xa14b,0x354e},
7 {0xa15a,0xa15a,0x35af},
8 {0xa15c,0xa15c,0x35b1},
9 {0xa15d,0xa15e,0x82},
10 {0xa161,0xa162,0x86},
11 {0xa165,0xa166,0x8a},
12 {0xa169,0xa16a,0x8e},
13 {0xa16d,0xa16e,0x92},
14 {0xa171,0xa172,0x96},
15 {0xa175,0xa176,0x9a},
16 {0xa179,0xa17a,0x9e},
17 {0xa1e3,0xa1e3,0x354f},
18 };
19
20 static pdf_cmap cmap_B5pc_V = {
21 { -1, pdf_drop_cmap_imp },
22 /* cmapname */ "B5pc-V",
23 /* usecmap */ "B5pc-H", NULL,
24 /* wmode */ 1,
25 /* codespaces */ 0, {
26 { 0, 0, 0 },
27 },
28 12, 12, (pdf_range*)cmap_B5pc_V_ranges,
29 0, 0, NULL, /* xranges */
30 0, 0, NULL, /* mranges */
31 0, 0, NULL, /* table */
32 0, 0, 0, NULL /* splay tree */
33 };