Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/Identity-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 /* Identity-V */ | |
| 4 | |
| 5 static pdf_cmap cmap_Identity_V = { | |
| 6 { -1, pdf_drop_cmap_imp }, | |
| 7 /* cmapname */ "Identity-V", | |
| 8 /* usecmap */ "Identity-H", NULL, | |
| 9 /* wmode */ 1, | |
| 10 /* codespaces */ 0, { | |
| 11 { 0, 0, 0 }, | |
| 12 }, | |
| 13 0, 0, NULL, /* ranges */ | |
| 14 0, 0, NULL, /* xranges */ | |
| 15 0, 0, NULL, /* mranges */ | |
| 16 0, 0, NULL, /* table */ | |
| 17 0, 0, 0, NULL /* splay tree */ | |
| 18 }; |
