• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2015 The PDFium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 
7 #ifndef CORE_FPDFAPI_CMAPS_CNS1_CMAPS_CNS1_H_
8 #define CORE_FPDFAPI_CMAPS_CNS1_CMAPS_CNS1_H_
9 
10 #include <stddef.h>
11 #include <stdint.h>
12 
13 #include "core/fpdfapi/cmaps/fpdf_cmaps.h"
14 
15 namespace fxcmap {
16 
17 extern const uint16_t kB5pc_H_0[];
18 extern const uint16_t kB5pc_V_0[];
19 extern const uint16_t kHKscs_B5_H_5[];
20 extern const uint16_t kHKscs_B5_V_5[];
21 extern const uint16_t kETen_B5_H_0[];
22 extern const uint16_t kETen_B5_V_0[];
23 extern const uint16_t kETenms_B5_H_0[];
24 extern const uint16_t kETenms_B5_V_0[];
25 extern const uint16_t kCNS_EUC_H_0[];
26 extern const DWordCIDMap kCNS_EUC_H_0_DWord[];
27 extern const uint16_t kCNS_EUC_V_0[];
28 extern const DWordCIDMap kCNS_EUC_V_0_DWord[];
29 extern const uint16_t kUniCNS_UCS2_H_3[];
30 extern const uint16_t kUniCNS_UCS2_V_3[];
31 extern const uint16_t kUniCNS_UTF16_H_0[];
32 extern const uint16_t kCNS1CID2Unicode_5[19088];
33 extern const CMap kCNS1_cmaps[];
34 extern const size_t kCNS1_cmaps_size;
35 
36 }  // namespace fxcmap
37 
38 #endif  // CORE_FPDFAPI_CMAPS_CNS1_CMAPS_CNS1_H_
39