Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/KSCms-UHC-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 /* KSCms-UHC-V */ | |
| 4 | |
| 5 static const pdf_range cmap_KSCms_UHC_V_ranges[] = { | |
| 6 {0xa1a2,0xa1a3,0x1f78}, | |
| 7 {0xa1a5,0xa1a5,0x1f7a}, | |
| 8 {0xa1a6,0xa1a6,0x2080}, | |
| 9 {0xa1a9,0xa1ab,0x1f7b}, | |
| 10 {0xa1ad,0xa1ad,0x1f7e}, | |
| 11 {0xa1b2,0xa1bd,0x1f7f}, | |
| 12 {0xa1eb,0xa1eb,0x1f8b}, | |
| 13 {0xa3a1,0xa3a1,0x1f8c}, | |
| 14 {0xa3a8,0xa3a9,0x1f8d}, | |
| 15 {0xa3ac,0xa3ac,0x1f8f}, | |
| 16 {0xa3ae,0xa3ae,0x1f90}, | |
| 17 {0xa3ba,0xa3bf,0x1f91}, | |
| 18 {0xa3db,0xa3db,0x1f97}, | |
| 19 {0xa3dd,0xa3dd,0x1f98}, | |
| 20 {0xa3df,0xa3df,0x1f99}, | |
| 21 {0xa3fb,0xa3fe,0x1f9a}, | |
| 22 }; | |
| 23 | |
| 24 static pdf_cmap cmap_KSCms_UHC_V = { | |
| 25 { -1, pdf_drop_cmap_imp }, | |
| 26 /* cmapname */ "KSCms-UHC-V", | |
| 27 /* usecmap */ "KSCms-UHC-H", NULL, | |
| 28 /* wmode */ 1, | |
| 29 /* codespaces */ 0, { | |
| 30 { 0, 0, 0 }, | |
| 31 }, | |
| 32 16, 16, (pdf_range*)cmap_KSCms_UHC_V_ranges, | |
| 33 0, 0, NULL, /* xranges */ | |
| 34 0, 0, NULL, /* mranges */ | |
| 35 0, 0, NULL, /* table */ | |
| 36 0, 0, 0, NULL /* splay tree */ | |
| 37 }; |
