Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/UniCNS-UCS2-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 /* UniCNS-UCS2-V */ | |
| 4 | |
| 5 static const pdf_range cmap_UniCNS_UCS2_V_ranges[] = { | |
| 6 {0x2013,0x2013,0x78}, | |
| 7 {0x2014,0x2014,0x7a}, | |
| 8 {0x2025,0x2025,0x6d}, | |
| 9 {0x3008,0x3009,0x96}, | |
| 10 {0x300a,0x300b,0x92}, | |
| 11 {0x300c,0x300d,0x9a}, | |
| 12 {0x300e,0x300f,0x9e}, | |
| 13 {0x3010,0x3011,0x8e}, | |
| 14 {0x3014,0x3015,0x8a}, | |
| 15 {0xfe4f,0xfe4f,0x35b1}, | |
| 16 {0xff08,0xff09,0x82}, | |
| 17 {0xff5b,0xff5b,0x86}, | |
| 18 {0xff5d,0xff5d,0x87}, | |
| 19 }; | |
| 20 | |
| 21 static pdf_cmap cmap_UniCNS_UCS2_V = { | |
| 22 { -1, pdf_drop_cmap_imp }, | |
| 23 /* cmapname */ "UniCNS-UCS2-V", | |
| 24 /* usecmap */ "UniCNS-UCS2-H", NULL, | |
| 25 /* wmode */ 1, | |
| 26 /* codespaces */ 0, { | |
| 27 { 0, 0, 0 }, | |
| 28 }, | |
| 29 13, 13, (pdf_range*)cmap_UniCNS_UCS2_V_ranges, | |
| 30 0, 0, NULL, /* xranges */ | |
| 31 0, 0, NULL, /* mranges */ | |
| 32 0, 0, NULL, /* table */ | |
| 33 0, 0, 0, NULL /* splay tree */ | |
| 34 }; |
