@vaadin-component-factory/vcf-pdf-viewer 0.9.0 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +33 -18
- package/{src/display → pdfjs/dist}/display_utils.js +344 -139
- package/{src/display → pdfjs/dist}/fetch_stream.js +115 -97
- package/pdfjs/dist/get.js +1857 -0
- package/pdfjs/dist/index.js +767 -0
- package/pdfjs/dist/l10n_utils.js +140 -0
- package/{src/shared → pdfjs/dist}/message_handler.js +243 -259
- package/{src/display → pdfjs/dist}/network.js +149 -87
- package/{src/display/content_disposition.js → pdfjs/dist/network_utils.js} +167 -55
- package/{src/display → pdfjs/dist}/node_stream.js +133 -98
- package/pdfjs/dist/pdf.js +12778 -0
- package/pdfjs/dist/pdf_link_service.js +638 -0
- package/pdfjs/dist/pdf_rendering_queue.js +199 -0
- package/pdfjs/dist/pdf_thumbnail_viewer.js +819 -0
- package/pdfjs/dist/pdf_viewer.js +3598 -0
- package/pdfjs/dist/typeof.js +100 -0
- package/pdfjs/dist/ui_utils.js +1033 -0
- package/{src/shared → pdfjs/dist}/util.js +301 -287
- package/pdfjs/dist/worker.js +62813 -0
- package/src/vcf-pdf-viewer.js +77 -27
- package/theme/lumo/vcf-pdf-viewer-styles.js +1 -1
- package/theme/material/vcf-pdf-viewer.js +2 -2
- package/src/core/.eslintrc +0 -13
- package/src/core/annotation.js +0 -2948
- package/src/core/arithmetic_decoder.js +0 -182
- package/src/core/ascii_85_stream.js +0 -98
- package/src/core/ascii_hex_stream.js +0 -79
- package/src/core/base_stream.js +0 -110
- package/src/core/bidi.js +0 -438
- package/src/core/calibri_factors.js +0 -308
- package/src/core/catalog.js +0 -1459
- package/src/core/ccitt.js +0 -1062
- package/src/core/ccitt_stream.js +0 -60
- package/src/core/cff_font.js +0 -116
- package/src/core/cff_parser.js +0 -1949
- package/src/core/charsets.js +0 -119
- package/src/core/chunked_stream.js +0 -557
- package/src/core/cmap.js +0 -1039
- package/src/core/colorspace.js +0 -1533
- package/src/core/core_utils.js +0 -464
- package/src/core/crypto.js +0 -1900
- package/src/core/decode_stream.js +0 -170
- package/src/core/decrypt_stream.js +0 -59
- package/src/core/default_appearance.js +0 -99
- package/src/core/document.js +0 -1456
- package/src/core/encodings.js +0 -301
- package/src/core/evaluator.js +0 -4601
- package/src/core/file_spec.js +0 -108
- package/src/core/flate_stream.js +0 -402
- package/src/core/font_renderer.js +0 -882
- package/src/core/fonts.js +0 -3260
- package/src/core/fonts_utils.js +0 -221
- package/src/core/function.js +0 -1257
- package/src/core/glyf.js +0 -706
- package/src/core/glyphlist.js +0 -4558
- package/src/core/helvetica_factors.js +0 -353
- package/src/core/image.js +0 -802
- package/src/core/image_utils.js +0 -291
- package/src/core/jbig2.js +0 -2572
- package/src/core/jbig2_stream.js +0 -73
- package/src/core/jpeg_stream.js +0 -105
- package/src/core/jpg.js +0 -1416
- package/src/core/jpx.js +0 -2343
- package/src/core/jpx_stream.js +0 -87
- package/src/core/liberationsans_widths.js +0 -221
- package/src/core/lzw_stream.js +0 -150
- package/src/core/metadata_parser.js +0 -146
- package/src/core/metrics.js +0 -2970
- package/src/core/murmurhash3.js +0 -139
- package/src/core/myriadpro_factors.js +0 -290
- package/src/core/name_number_tree.js +0 -153
- package/src/core/object_loader.js +0 -149
- package/src/core/opentype_file_builder.js +0 -154
- package/src/core/operator_list.js +0 -734
- package/src/core/parser.js +0 -1416
- package/src/core/pattern.js +0 -985
- package/src/core/pdf_manager.js +0 -217
- package/src/core/predictor_stream.js +0 -238
- package/src/core/primitives.js +0 -402
- package/src/core/ps_parser.js +0 -272
- package/src/core/run_length_stream.js +0 -61
- package/src/core/segoeui_factors.js +0 -308
- package/src/core/standard_fonts.js +0 -817
- package/src/core/stream.js +0 -103
- package/src/core/struct_tree.js +0 -335
- package/src/core/to_unicode_map.js +0 -103
- package/src/core/type1_font.js +0 -421
- package/src/core/type1_parser.js +0 -776
- package/src/core/unicode.js +0 -1649
- package/src/core/worker.js +0 -848
- package/src/core/worker_stream.js +0 -135
- package/src/core/writer.js +0 -278
- package/src/core/xfa/bind.js +0 -652
- package/src/core/xfa/builder.js +0 -207
- package/src/core/xfa/config.js +0 -1926
- package/src/core/xfa/connection_set.js +0 -202
- package/src/core/xfa/data.js +0 -82
- package/src/core/xfa/datasets.js +0 -76
- package/src/core/xfa/factory.js +0 -111
- package/src/core/xfa/fonts.js +0 -181
- package/src/core/xfa/formcalc_lexer.js +0 -385
- package/src/core/xfa/formcalc_parser.js +0 -1340
- package/src/core/xfa/html_utils.js +0 -639
- package/src/core/xfa/layout.js +0 -383
- package/src/core/xfa/locale_set.js +0 -345
- package/src/core/xfa/namespaces.js +0 -81
- package/src/core/xfa/parser.js +0 -184
- package/src/core/xfa/setup.js +0 -38
- package/src/core/xfa/signature.js +0 -40
- package/src/core/xfa/som.js +0 -338
- package/src/core/xfa/stylesheet.js +0 -40
- package/src/core/xfa/template.js +0 -6260
- package/src/core/xfa/text.js +0 -290
- package/src/core/xfa/unknown.js +0 -29
- package/src/core/xfa/utils.js +0 -217
- package/src/core/xfa/xdp.js +0 -59
- package/src/core/xfa/xfa_object.js +0 -1130
- package/src/core/xfa/xhtml.js +0 -543
- package/src/core/xfa_fonts.js +0 -208
- package/src/core/xml_parser.js +0 -507
- package/src/core/xref.js +0 -899
- package/src/display/annotation_layer.js +0 -2107
- package/src/display/annotation_storage.js +0 -113
- package/src/display/api.js +0 -3292
- package/src/display/base_factory.js +0 -180
- package/src/display/canvas.js +0 -2828
- package/src/display/font_loader.js +0 -484
- package/src/display/metadata.js +0 -41
- package/src/display/network_utils.js +0 -100
- package/src/display/node_utils.js +0 -83
- package/src/display/optional_content_config.js +0 -189
- package/src/display/pattern_helper.js +0 -659
- package/src/display/svg.js +0 -1709
- package/src/display/text_layer.js +0 -847
- package/src/display/transport_stream.js +0 -303
- package/src/display/worker_options.js +0 -40
- package/src/display/xfa_layer.js +0 -204
- package/src/doc_helper.js +0 -25
- package/src/images/logo.svg +0 -41
- package/src/interfaces.js +0 -169
- package/src/license_header.js +0 -14
- package/src/license_header_libre.js +0 -21
- package/src/pdf.image_decoders.js +0 -46
- package/src/pdf.js +0 -146
- package/src/pdf.sandbox.external.js +0 -181
- package/src/pdf.sandbox.js +0 -151
- package/src/pdf.scripting.js +0 -25
- package/src/pdf.worker.entry.js +0 -19
- package/src/pdf.worker.js +0 -23
- package/src/scripting_api/aform.js +0 -608
- package/src/scripting_api/app.js +0 -621
- package/src/scripting_api/color.js +0 -129
- package/src/scripting_api/common.js +0 -58
- package/src/scripting_api/console.js +0 -38
- package/src/scripting_api/constants.js +0 -208
- package/src/scripting_api/doc.js +0 -1195
- package/src/scripting_api/error.js +0 -23
- package/src/scripting_api/event.js +0 -232
- package/src/scripting_api/field.js +0 -620
- package/src/scripting_api/fullscreen.js +0 -145
- package/src/scripting_api/initialization.js +0 -223
- package/src/scripting_api/pdf_object.js +0 -24
- package/src/scripting_api/print_params.js +0 -146
- package/src/scripting_api/proxy.js +0 -139
- package/src/scripting_api/thermometer.js +0 -69
- package/src/scripting_api/util.js +0 -581
- package/src/shared/.eslintrc +0 -13
- package/src/shared/cffStandardStrings.js +0 -311
- package/src/shared/compatibility.js +0 -114
- package/src/shared/fonts_utils.js +0 -429
- package/src/shared/is_node.js +0 -27
- package/src/shared/scripting_utils.js +0 -85
- package/src/worker_loader.js +0 -32
package/src/core/metrics.js
DELETED
|
@@ -1,2970 +0,0 @@
|
|
|
1
|
-
/* Copyright 2012 Mozilla Foundation
|
|
2
|
-
*
|
|
3
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
* you may not use this file except in compliance with the License.
|
|
5
|
-
* You may obtain a copy of the License at
|
|
6
|
-
*
|
|
7
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
-
*
|
|
9
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
10
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
-
* See the License for the specific language governing permissions and
|
|
13
|
-
* limitations under the License.
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
import { getLookupTableFactory } from "./core_utils.js";
|
|
17
|
-
|
|
18
|
-
// The Metrics object contains glyph widths (in glyph space units).
|
|
19
|
-
// As per PDF spec, for most fonts (Type 3 being an exception) a glyph
|
|
20
|
-
// space unit corresponds to 1/1000th of text space unit.
|
|
21
|
-
const getMetrics = getLookupTableFactory(function (t) {
|
|
22
|
-
t.Courier = 600;
|
|
23
|
-
t["Courier-Bold"] = 600;
|
|
24
|
-
t["Courier-BoldOblique"] = 600;
|
|
25
|
-
t["Courier-Oblique"] = 600;
|
|
26
|
-
// eslint-disable-next-line no-shadow
|
|
27
|
-
t.Helvetica = getLookupTableFactory(function (t) {
|
|
28
|
-
t.space = 278;
|
|
29
|
-
t.exclam = 278;
|
|
30
|
-
t.quotedbl = 355;
|
|
31
|
-
t.numbersign = 556;
|
|
32
|
-
t.dollar = 556;
|
|
33
|
-
t.percent = 889;
|
|
34
|
-
t.ampersand = 667;
|
|
35
|
-
t.quoteright = 222;
|
|
36
|
-
t.parenleft = 333;
|
|
37
|
-
t.parenright = 333;
|
|
38
|
-
t.asterisk = 389;
|
|
39
|
-
t.plus = 584;
|
|
40
|
-
t.comma = 278;
|
|
41
|
-
t.hyphen = 333;
|
|
42
|
-
t.period = 278;
|
|
43
|
-
t.slash = 278;
|
|
44
|
-
t.zero = 556;
|
|
45
|
-
t.one = 556;
|
|
46
|
-
t.two = 556;
|
|
47
|
-
t.three = 556;
|
|
48
|
-
t.four = 556;
|
|
49
|
-
t.five = 556;
|
|
50
|
-
t.six = 556;
|
|
51
|
-
t.seven = 556;
|
|
52
|
-
t.eight = 556;
|
|
53
|
-
t.nine = 556;
|
|
54
|
-
t.colon = 278;
|
|
55
|
-
t.semicolon = 278;
|
|
56
|
-
t.less = 584;
|
|
57
|
-
t.equal = 584;
|
|
58
|
-
t.greater = 584;
|
|
59
|
-
t.question = 556;
|
|
60
|
-
t.at = 1015;
|
|
61
|
-
t.A = 667;
|
|
62
|
-
t.B = 667;
|
|
63
|
-
t.C = 722;
|
|
64
|
-
t.D = 722;
|
|
65
|
-
t.E = 667;
|
|
66
|
-
t.F = 611;
|
|
67
|
-
t.G = 778;
|
|
68
|
-
t.H = 722;
|
|
69
|
-
t.I = 278;
|
|
70
|
-
t.J = 500;
|
|
71
|
-
t.K = 667;
|
|
72
|
-
t.L = 556;
|
|
73
|
-
t.M = 833;
|
|
74
|
-
t.N = 722;
|
|
75
|
-
t.O = 778;
|
|
76
|
-
t.P = 667;
|
|
77
|
-
t.Q = 778;
|
|
78
|
-
t.R = 722;
|
|
79
|
-
t.S = 667;
|
|
80
|
-
t.T = 611;
|
|
81
|
-
t.U = 722;
|
|
82
|
-
t.V = 667;
|
|
83
|
-
t.W = 944;
|
|
84
|
-
t.X = 667;
|
|
85
|
-
t.Y = 667;
|
|
86
|
-
t.Z = 611;
|
|
87
|
-
t.bracketleft = 278;
|
|
88
|
-
t.backslash = 278;
|
|
89
|
-
t.bracketright = 278;
|
|
90
|
-
t.asciicircum = 469;
|
|
91
|
-
t.underscore = 556;
|
|
92
|
-
t.quoteleft = 222;
|
|
93
|
-
t.a = 556;
|
|
94
|
-
t.b = 556;
|
|
95
|
-
t.c = 500;
|
|
96
|
-
t.d = 556;
|
|
97
|
-
t.e = 556;
|
|
98
|
-
t.f = 278;
|
|
99
|
-
t.g = 556;
|
|
100
|
-
t.h = 556;
|
|
101
|
-
t.i = 222;
|
|
102
|
-
t.j = 222;
|
|
103
|
-
t.k = 500;
|
|
104
|
-
t.l = 222;
|
|
105
|
-
t.m = 833;
|
|
106
|
-
t.n = 556;
|
|
107
|
-
t.o = 556;
|
|
108
|
-
t.p = 556;
|
|
109
|
-
t.q = 556;
|
|
110
|
-
t.r = 333;
|
|
111
|
-
t.s = 500;
|
|
112
|
-
t.t = 278;
|
|
113
|
-
t.u = 556;
|
|
114
|
-
t.v = 500;
|
|
115
|
-
t.w = 722;
|
|
116
|
-
t.x = 500;
|
|
117
|
-
t.y = 500;
|
|
118
|
-
t.z = 500;
|
|
119
|
-
t.braceleft = 334;
|
|
120
|
-
t.bar = 260;
|
|
121
|
-
t.braceright = 334;
|
|
122
|
-
t.asciitilde = 584;
|
|
123
|
-
t.exclamdown = 333;
|
|
124
|
-
t.cent = 556;
|
|
125
|
-
t.sterling = 556;
|
|
126
|
-
t.fraction = 167;
|
|
127
|
-
t.yen = 556;
|
|
128
|
-
t.florin = 556;
|
|
129
|
-
t.section = 556;
|
|
130
|
-
t.currency = 556;
|
|
131
|
-
t.quotesingle = 191;
|
|
132
|
-
t.quotedblleft = 333;
|
|
133
|
-
t.guillemotleft = 556;
|
|
134
|
-
t.guilsinglleft = 333;
|
|
135
|
-
t.guilsinglright = 333;
|
|
136
|
-
t.fi = 500;
|
|
137
|
-
t.fl = 500;
|
|
138
|
-
t.endash = 556;
|
|
139
|
-
t.dagger = 556;
|
|
140
|
-
t.daggerdbl = 556;
|
|
141
|
-
t.periodcentered = 278;
|
|
142
|
-
t.paragraph = 537;
|
|
143
|
-
t.bullet = 350;
|
|
144
|
-
t.quotesinglbase = 222;
|
|
145
|
-
t.quotedblbase = 333;
|
|
146
|
-
t.quotedblright = 333;
|
|
147
|
-
t.guillemotright = 556;
|
|
148
|
-
t.ellipsis = 1000;
|
|
149
|
-
t.perthousand = 1000;
|
|
150
|
-
t.questiondown = 611;
|
|
151
|
-
t.grave = 333;
|
|
152
|
-
t.acute = 333;
|
|
153
|
-
t.circumflex = 333;
|
|
154
|
-
t.tilde = 333;
|
|
155
|
-
t.macron = 333;
|
|
156
|
-
t.breve = 333;
|
|
157
|
-
t.dotaccent = 333;
|
|
158
|
-
t.dieresis = 333;
|
|
159
|
-
t.ring = 333;
|
|
160
|
-
t.cedilla = 333;
|
|
161
|
-
t.hungarumlaut = 333;
|
|
162
|
-
t.ogonek = 333;
|
|
163
|
-
t.caron = 333;
|
|
164
|
-
t.emdash = 1000;
|
|
165
|
-
t.AE = 1000;
|
|
166
|
-
t.ordfeminine = 370;
|
|
167
|
-
t.Lslash = 556;
|
|
168
|
-
t.Oslash = 778;
|
|
169
|
-
t.OE = 1000;
|
|
170
|
-
t.ordmasculine = 365;
|
|
171
|
-
t.ae = 889;
|
|
172
|
-
t.dotlessi = 278;
|
|
173
|
-
t.lslash = 222;
|
|
174
|
-
t.oslash = 611;
|
|
175
|
-
t.oe = 944;
|
|
176
|
-
t.germandbls = 611;
|
|
177
|
-
t.Idieresis = 278;
|
|
178
|
-
t.eacute = 556;
|
|
179
|
-
t.abreve = 556;
|
|
180
|
-
t.uhungarumlaut = 556;
|
|
181
|
-
t.ecaron = 556;
|
|
182
|
-
t.Ydieresis = 667;
|
|
183
|
-
t.divide = 584;
|
|
184
|
-
t.Yacute = 667;
|
|
185
|
-
t.Acircumflex = 667;
|
|
186
|
-
t.aacute = 556;
|
|
187
|
-
t.Ucircumflex = 722;
|
|
188
|
-
t.yacute = 500;
|
|
189
|
-
t.scommaaccent = 500;
|
|
190
|
-
t.ecircumflex = 556;
|
|
191
|
-
t.Uring = 722;
|
|
192
|
-
t.Udieresis = 722;
|
|
193
|
-
t.aogonek = 556;
|
|
194
|
-
t.Uacute = 722;
|
|
195
|
-
t.uogonek = 556;
|
|
196
|
-
t.Edieresis = 667;
|
|
197
|
-
t.Dcroat = 722;
|
|
198
|
-
t.commaaccent = 250;
|
|
199
|
-
t.copyright = 737;
|
|
200
|
-
t.Emacron = 667;
|
|
201
|
-
t.ccaron = 500;
|
|
202
|
-
t.aring = 556;
|
|
203
|
-
t.Ncommaaccent = 722;
|
|
204
|
-
t.lacute = 222;
|
|
205
|
-
t.agrave = 556;
|
|
206
|
-
t.Tcommaaccent = 611;
|
|
207
|
-
t.Cacute = 722;
|
|
208
|
-
t.atilde = 556;
|
|
209
|
-
t.Edotaccent = 667;
|
|
210
|
-
t.scaron = 500;
|
|
211
|
-
t.scedilla = 500;
|
|
212
|
-
t.iacute = 278;
|
|
213
|
-
t.lozenge = 471;
|
|
214
|
-
t.Rcaron = 722;
|
|
215
|
-
t.Gcommaaccent = 778;
|
|
216
|
-
t.ucircumflex = 556;
|
|
217
|
-
t.acircumflex = 556;
|
|
218
|
-
t.Amacron = 667;
|
|
219
|
-
t.rcaron = 333;
|
|
220
|
-
t.ccedilla = 500;
|
|
221
|
-
t.Zdotaccent = 611;
|
|
222
|
-
t.Thorn = 667;
|
|
223
|
-
t.Omacron = 778;
|
|
224
|
-
t.Racute = 722;
|
|
225
|
-
t.Sacute = 667;
|
|
226
|
-
t.dcaron = 643;
|
|
227
|
-
t.Umacron = 722;
|
|
228
|
-
t.uring = 556;
|
|
229
|
-
t.threesuperior = 333;
|
|
230
|
-
t.Ograve = 778;
|
|
231
|
-
t.Agrave = 667;
|
|
232
|
-
t.Abreve = 667;
|
|
233
|
-
t.multiply = 584;
|
|
234
|
-
t.uacute = 556;
|
|
235
|
-
t.Tcaron = 611;
|
|
236
|
-
t.partialdiff = 476;
|
|
237
|
-
t.ydieresis = 500;
|
|
238
|
-
t.Nacute = 722;
|
|
239
|
-
t.icircumflex = 278;
|
|
240
|
-
t.Ecircumflex = 667;
|
|
241
|
-
t.adieresis = 556;
|
|
242
|
-
t.edieresis = 556;
|
|
243
|
-
t.cacute = 500;
|
|
244
|
-
t.nacute = 556;
|
|
245
|
-
t.umacron = 556;
|
|
246
|
-
t.Ncaron = 722;
|
|
247
|
-
t.Iacute = 278;
|
|
248
|
-
t.plusminus = 584;
|
|
249
|
-
t.brokenbar = 260;
|
|
250
|
-
t.registered = 737;
|
|
251
|
-
t.Gbreve = 778;
|
|
252
|
-
t.Idotaccent = 278;
|
|
253
|
-
t.summation = 600;
|
|
254
|
-
t.Egrave = 667;
|
|
255
|
-
t.racute = 333;
|
|
256
|
-
t.omacron = 556;
|
|
257
|
-
t.Zacute = 611;
|
|
258
|
-
t.Zcaron = 611;
|
|
259
|
-
t.greaterequal = 549;
|
|
260
|
-
t.Eth = 722;
|
|
261
|
-
t.Ccedilla = 722;
|
|
262
|
-
t.lcommaaccent = 222;
|
|
263
|
-
t.tcaron = 317;
|
|
264
|
-
t.eogonek = 556;
|
|
265
|
-
t.Uogonek = 722;
|
|
266
|
-
t.Aacute = 667;
|
|
267
|
-
t.Adieresis = 667;
|
|
268
|
-
t.egrave = 556;
|
|
269
|
-
t.zacute = 500;
|
|
270
|
-
t.iogonek = 222;
|
|
271
|
-
t.Oacute = 778;
|
|
272
|
-
t.oacute = 556;
|
|
273
|
-
t.amacron = 556;
|
|
274
|
-
t.sacute = 500;
|
|
275
|
-
t.idieresis = 278;
|
|
276
|
-
t.Ocircumflex = 778;
|
|
277
|
-
t.Ugrave = 722;
|
|
278
|
-
t.Delta = 612;
|
|
279
|
-
t.thorn = 556;
|
|
280
|
-
t.twosuperior = 333;
|
|
281
|
-
t.Odieresis = 778;
|
|
282
|
-
t.mu = 556;
|
|
283
|
-
t.igrave = 278;
|
|
284
|
-
t.ohungarumlaut = 556;
|
|
285
|
-
t.Eogonek = 667;
|
|
286
|
-
t.dcroat = 556;
|
|
287
|
-
t.threequarters = 834;
|
|
288
|
-
t.Scedilla = 667;
|
|
289
|
-
t.lcaron = 299;
|
|
290
|
-
t.Kcommaaccent = 667;
|
|
291
|
-
t.Lacute = 556;
|
|
292
|
-
t.trademark = 1000;
|
|
293
|
-
t.edotaccent = 556;
|
|
294
|
-
t.Igrave = 278;
|
|
295
|
-
t.Imacron = 278;
|
|
296
|
-
t.Lcaron = 556;
|
|
297
|
-
t.onehalf = 834;
|
|
298
|
-
t.lessequal = 549;
|
|
299
|
-
t.ocircumflex = 556;
|
|
300
|
-
t.ntilde = 556;
|
|
301
|
-
t.Uhungarumlaut = 722;
|
|
302
|
-
t.Eacute = 667;
|
|
303
|
-
t.emacron = 556;
|
|
304
|
-
t.gbreve = 556;
|
|
305
|
-
t.onequarter = 834;
|
|
306
|
-
t.Scaron = 667;
|
|
307
|
-
t.Scommaaccent = 667;
|
|
308
|
-
t.Ohungarumlaut = 778;
|
|
309
|
-
t.degree = 400;
|
|
310
|
-
t.ograve = 556;
|
|
311
|
-
t.Ccaron = 722;
|
|
312
|
-
t.ugrave = 556;
|
|
313
|
-
t.radical = 453;
|
|
314
|
-
t.Dcaron = 722;
|
|
315
|
-
t.rcommaaccent = 333;
|
|
316
|
-
t.Ntilde = 722;
|
|
317
|
-
t.otilde = 556;
|
|
318
|
-
t.Rcommaaccent = 722;
|
|
319
|
-
t.Lcommaaccent = 556;
|
|
320
|
-
t.Atilde = 667;
|
|
321
|
-
t.Aogonek = 667;
|
|
322
|
-
t.Aring = 667;
|
|
323
|
-
t.Otilde = 778;
|
|
324
|
-
t.zdotaccent = 500;
|
|
325
|
-
t.Ecaron = 667;
|
|
326
|
-
t.Iogonek = 278;
|
|
327
|
-
t.kcommaaccent = 500;
|
|
328
|
-
t.minus = 584;
|
|
329
|
-
t.Icircumflex = 278;
|
|
330
|
-
t.ncaron = 556;
|
|
331
|
-
t.tcommaaccent = 278;
|
|
332
|
-
t.logicalnot = 584;
|
|
333
|
-
t.odieresis = 556;
|
|
334
|
-
t.udieresis = 556;
|
|
335
|
-
t.notequal = 549;
|
|
336
|
-
t.gcommaaccent = 556;
|
|
337
|
-
t.eth = 556;
|
|
338
|
-
t.zcaron = 500;
|
|
339
|
-
t.ncommaaccent = 556;
|
|
340
|
-
t.onesuperior = 333;
|
|
341
|
-
t.imacron = 278;
|
|
342
|
-
t.Euro = 556;
|
|
343
|
-
});
|
|
344
|
-
// eslint-disable-next-line no-shadow
|
|
345
|
-
t["Helvetica-Bold"] = getLookupTableFactory(function (t) {
|
|
346
|
-
t.space = 278;
|
|
347
|
-
t.exclam = 333;
|
|
348
|
-
t.quotedbl = 474;
|
|
349
|
-
t.numbersign = 556;
|
|
350
|
-
t.dollar = 556;
|
|
351
|
-
t.percent = 889;
|
|
352
|
-
t.ampersand = 722;
|
|
353
|
-
t.quoteright = 278;
|
|
354
|
-
t.parenleft = 333;
|
|
355
|
-
t.parenright = 333;
|
|
356
|
-
t.asterisk = 389;
|
|
357
|
-
t.plus = 584;
|
|
358
|
-
t.comma = 278;
|
|
359
|
-
t.hyphen = 333;
|
|
360
|
-
t.period = 278;
|
|
361
|
-
t.slash = 278;
|
|
362
|
-
t.zero = 556;
|
|
363
|
-
t.one = 556;
|
|
364
|
-
t.two = 556;
|
|
365
|
-
t.three = 556;
|
|
366
|
-
t.four = 556;
|
|
367
|
-
t.five = 556;
|
|
368
|
-
t.six = 556;
|
|
369
|
-
t.seven = 556;
|
|
370
|
-
t.eight = 556;
|
|
371
|
-
t.nine = 556;
|
|
372
|
-
t.colon = 333;
|
|
373
|
-
t.semicolon = 333;
|
|
374
|
-
t.less = 584;
|
|
375
|
-
t.equal = 584;
|
|
376
|
-
t.greater = 584;
|
|
377
|
-
t.question = 611;
|
|
378
|
-
t.at = 975;
|
|
379
|
-
t.A = 722;
|
|
380
|
-
t.B = 722;
|
|
381
|
-
t.C = 722;
|
|
382
|
-
t.D = 722;
|
|
383
|
-
t.E = 667;
|
|
384
|
-
t.F = 611;
|
|
385
|
-
t.G = 778;
|
|
386
|
-
t.H = 722;
|
|
387
|
-
t.I = 278;
|
|
388
|
-
t.J = 556;
|
|
389
|
-
t.K = 722;
|
|
390
|
-
t.L = 611;
|
|
391
|
-
t.M = 833;
|
|
392
|
-
t.N = 722;
|
|
393
|
-
t.O = 778;
|
|
394
|
-
t.P = 667;
|
|
395
|
-
t.Q = 778;
|
|
396
|
-
t.R = 722;
|
|
397
|
-
t.S = 667;
|
|
398
|
-
t.T = 611;
|
|
399
|
-
t.U = 722;
|
|
400
|
-
t.V = 667;
|
|
401
|
-
t.W = 944;
|
|
402
|
-
t.X = 667;
|
|
403
|
-
t.Y = 667;
|
|
404
|
-
t.Z = 611;
|
|
405
|
-
t.bracketleft = 333;
|
|
406
|
-
t.backslash = 278;
|
|
407
|
-
t.bracketright = 333;
|
|
408
|
-
t.asciicircum = 584;
|
|
409
|
-
t.underscore = 556;
|
|
410
|
-
t.quoteleft = 278;
|
|
411
|
-
t.a = 556;
|
|
412
|
-
t.b = 611;
|
|
413
|
-
t.c = 556;
|
|
414
|
-
t.d = 611;
|
|
415
|
-
t.e = 556;
|
|
416
|
-
t.f = 333;
|
|
417
|
-
t.g = 611;
|
|
418
|
-
t.h = 611;
|
|
419
|
-
t.i = 278;
|
|
420
|
-
t.j = 278;
|
|
421
|
-
t.k = 556;
|
|
422
|
-
t.l = 278;
|
|
423
|
-
t.m = 889;
|
|
424
|
-
t.n = 611;
|
|
425
|
-
t.o = 611;
|
|
426
|
-
t.p = 611;
|
|
427
|
-
t.q = 611;
|
|
428
|
-
t.r = 389;
|
|
429
|
-
t.s = 556;
|
|
430
|
-
t.t = 333;
|
|
431
|
-
t.u = 611;
|
|
432
|
-
t.v = 556;
|
|
433
|
-
t.w = 778;
|
|
434
|
-
t.x = 556;
|
|
435
|
-
t.y = 556;
|
|
436
|
-
t.z = 500;
|
|
437
|
-
t.braceleft = 389;
|
|
438
|
-
t.bar = 280;
|
|
439
|
-
t.braceright = 389;
|
|
440
|
-
t.asciitilde = 584;
|
|
441
|
-
t.exclamdown = 333;
|
|
442
|
-
t.cent = 556;
|
|
443
|
-
t.sterling = 556;
|
|
444
|
-
t.fraction = 167;
|
|
445
|
-
t.yen = 556;
|
|
446
|
-
t.florin = 556;
|
|
447
|
-
t.section = 556;
|
|
448
|
-
t.currency = 556;
|
|
449
|
-
t.quotesingle = 238;
|
|
450
|
-
t.quotedblleft = 500;
|
|
451
|
-
t.guillemotleft = 556;
|
|
452
|
-
t.guilsinglleft = 333;
|
|
453
|
-
t.guilsinglright = 333;
|
|
454
|
-
t.fi = 611;
|
|
455
|
-
t.fl = 611;
|
|
456
|
-
t.endash = 556;
|
|
457
|
-
t.dagger = 556;
|
|
458
|
-
t.daggerdbl = 556;
|
|
459
|
-
t.periodcentered = 278;
|
|
460
|
-
t.paragraph = 556;
|
|
461
|
-
t.bullet = 350;
|
|
462
|
-
t.quotesinglbase = 278;
|
|
463
|
-
t.quotedblbase = 500;
|
|
464
|
-
t.quotedblright = 500;
|
|
465
|
-
t.guillemotright = 556;
|
|
466
|
-
t.ellipsis = 1000;
|
|
467
|
-
t.perthousand = 1000;
|
|
468
|
-
t.questiondown = 611;
|
|
469
|
-
t.grave = 333;
|
|
470
|
-
t.acute = 333;
|
|
471
|
-
t.circumflex = 333;
|
|
472
|
-
t.tilde = 333;
|
|
473
|
-
t.macron = 333;
|
|
474
|
-
t.breve = 333;
|
|
475
|
-
t.dotaccent = 333;
|
|
476
|
-
t.dieresis = 333;
|
|
477
|
-
t.ring = 333;
|
|
478
|
-
t.cedilla = 333;
|
|
479
|
-
t.hungarumlaut = 333;
|
|
480
|
-
t.ogonek = 333;
|
|
481
|
-
t.caron = 333;
|
|
482
|
-
t.emdash = 1000;
|
|
483
|
-
t.AE = 1000;
|
|
484
|
-
t.ordfeminine = 370;
|
|
485
|
-
t.Lslash = 611;
|
|
486
|
-
t.Oslash = 778;
|
|
487
|
-
t.OE = 1000;
|
|
488
|
-
t.ordmasculine = 365;
|
|
489
|
-
t.ae = 889;
|
|
490
|
-
t.dotlessi = 278;
|
|
491
|
-
t.lslash = 278;
|
|
492
|
-
t.oslash = 611;
|
|
493
|
-
t.oe = 944;
|
|
494
|
-
t.germandbls = 611;
|
|
495
|
-
t.Idieresis = 278;
|
|
496
|
-
t.eacute = 556;
|
|
497
|
-
t.abreve = 556;
|
|
498
|
-
t.uhungarumlaut = 611;
|
|
499
|
-
t.ecaron = 556;
|
|
500
|
-
t.Ydieresis = 667;
|
|
501
|
-
t.divide = 584;
|
|
502
|
-
t.Yacute = 667;
|
|
503
|
-
t.Acircumflex = 722;
|
|
504
|
-
t.aacute = 556;
|
|
505
|
-
t.Ucircumflex = 722;
|
|
506
|
-
t.yacute = 556;
|
|
507
|
-
t.scommaaccent = 556;
|
|
508
|
-
t.ecircumflex = 556;
|
|
509
|
-
t.Uring = 722;
|
|
510
|
-
t.Udieresis = 722;
|
|
511
|
-
t.aogonek = 556;
|
|
512
|
-
t.Uacute = 722;
|
|
513
|
-
t.uogonek = 611;
|
|
514
|
-
t.Edieresis = 667;
|
|
515
|
-
t.Dcroat = 722;
|
|
516
|
-
t.commaaccent = 250;
|
|
517
|
-
t.copyright = 737;
|
|
518
|
-
t.Emacron = 667;
|
|
519
|
-
t.ccaron = 556;
|
|
520
|
-
t.aring = 556;
|
|
521
|
-
t.Ncommaaccent = 722;
|
|
522
|
-
t.lacute = 278;
|
|
523
|
-
t.agrave = 556;
|
|
524
|
-
t.Tcommaaccent = 611;
|
|
525
|
-
t.Cacute = 722;
|
|
526
|
-
t.atilde = 556;
|
|
527
|
-
t.Edotaccent = 667;
|
|
528
|
-
t.scaron = 556;
|
|
529
|
-
t.scedilla = 556;
|
|
530
|
-
t.iacute = 278;
|
|
531
|
-
t.lozenge = 494;
|
|
532
|
-
t.Rcaron = 722;
|
|
533
|
-
t.Gcommaaccent = 778;
|
|
534
|
-
t.ucircumflex = 611;
|
|
535
|
-
t.acircumflex = 556;
|
|
536
|
-
t.Amacron = 722;
|
|
537
|
-
t.rcaron = 389;
|
|
538
|
-
t.ccedilla = 556;
|
|
539
|
-
t.Zdotaccent = 611;
|
|
540
|
-
t.Thorn = 667;
|
|
541
|
-
t.Omacron = 778;
|
|
542
|
-
t.Racute = 722;
|
|
543
|
-
t.Sacute = 667;
|
|
544
|
-
t.dcaron = 743;
|
|
545
|
-
t.Umacron = 722;
|
|
546
|
-
t.uring = 611;
|
|
547
|
-
t.threesuperior = 333;
|
|
548
|
-
t.Ograve = 778;
|
|
549
|
-
t.Agrave = 722;
|
|
550
|
-
t.Abreve = 722;
|
|
551
|
-
t.multiply = 584;
|
|
552
|
-
t.uacute = 611;
|
|
553
|
-
t.Tcaron = 611;
|
|
554
|
-
t.partialdiff = 494;
|
|
555
|
-
t.ydieresis = 556;
|
|
556
|
-
t.Nacute = 722;
|
|
557
|
-
t.icircumflex = 278;
|
|
558
|
-
t.Ecircumflex = 667;
|
|
559
|
-
t.adieresis = 556;
|
|
560
|
-
t.edieresis = 556;
|
|
561
|
-
t.cacute = 556;
|
|
562
|
-
t.nacute = 611;
|
|
563
|
-
t.umacron = 611;
|
|
564
|
-
t.Ncaron = 722;
|
|
565
|
-
t.Iacute = 278;
|
|
566
|
-
t.plusminus = 584;
|
|
567
|
-
t.brokenbar = 280;
|
|
568
|
-
t.registered = 737;
|
|
569
|
-
t.Gbreve = 778;
|
|
570
|
-
t.Idotaccent = 278;
|
|
571
|
-
t.summation = 600;
|
|
572
|
-
t.Egrave = 667;
|
|
573
|
-
t.racute = 389;
|
|
574
|
-
t.omacron = 611;
|
|
575
|
-
t.Zacute = 611;
|
|
576
|
-
t.Zcaron = 611;
|
|
577
|
-
t.greaterequal = 549;
|
|
578
|
-
t.Eth = 722;
|
|
579
|
-
t.Ccedilla = 722;
|
|
580
|
-
t.lcommaaccent = 278;
|
|
581
|
-
t.tcaron = 389;
|
|
582
|
-
t.eogonek = 556;
|
|
583
|
-
t.Uogonek = 722;
|
|
584
|
-
t.Aacute = 722;
|
|
585
|
-
t.Adieresis = 722;
|
|
586
|
-
t.egrave = 556;
|
|
587
|
-
t.zacute = 500;
|
|
588
|
-
t.iogonek = 278;
|
|
589
|
-
t.Oacute = 778;
|
|
590
|
-
t.oacute = 611;
|
|
591
|
-
t.amacron = 556;
|
|
592
|
-
t.sacute = 556;
|
|
593
|
-
t.idieresis = 278;
|
|
594
|
-
t.Ocircumflex = 778;
|
|
595
|
-
t.Ugrave = 722;
|
|
596
|
-
t.Delta = 612;
|
|
597
|
-
t.thorn = 611;
|
|
598
|
-
t.twosuperior = 333;
|
|
599
|
-
t.Odieresis = 778;
|
|
600
|
-
t.mu = 611;
|
|
601
|
-
t.igrave = 278;
|
|
602
|
-
t.ohungarumlaut = 611;
|
|
603
|
-
t.Eogonek = 667;
|
|
604
|
-
t.dcroat = 611;
|
|
605
|
-
t.threequarters = 834;
|
|
606
|
-
t.Scedilla = 667;
|
|
607
|
-
t.lcaron = 400;
|
|
608
|
-
t.Kcommaaccent = 722;
|
|
609
|
-
t.Lacute = 611;
|
|
610
|
-
t.trademark = 1000;
|
|
611
|
-
t.edotaccent = 556;
|
|
612
|
-
t.Igrave = 278;
|
|
613
|
-
t.Imacron = 278;
|
|
614
|
-
t.Lcaron = 611;
|
|
615
|
-
t.onehalf = 834;
|
|
616
|
-
t.lessequal = 549;
|
|
617
|
-
t.ocircumflex = 611;
|
|
618
|
-
t.ntilde = 611;
|
|
619
|
-
t.Uhungarumlaut = 722;
|
|
620
|
-
t.Eacute = 667;
|
|
621
|
-
t.emacron = 556;
|
|
622
|
-
t.gbreve = 611;
|
|
623
|
-
t.onequarter = 834;
|
|
624
|
-
t.Scaron = 667;
|
|
625
|
-
t.Scommaaccent = 667;
|
|
626
|
-
t.Ohungarumlaut = 778;
|
|
627
|
-
t.degree = 400;
|
|
628
|
-
t.ograve = 611;
|
|
629
|
-
t.Ccaron = 722;
|
|
630
|
-
t.ugrave = 611;
|
|
631
|
-
t.radical = 549;
|
|
632
|
-
t.Dcaron = 722;
|
|
633
|
-
t.rcommaaccent = 389;
|
|
634
|
-
t.Ntilde = 722;
|
|
635
|
-
t.otilde = 611;
|
|
636
|
-
t.Rcommaaccent = 722;
|
|
637
|
-
t.Lcommaaccent = 611;
|
|
638
|
-
t.Atilde = 722;
|
|
639
|
-
t.Aogonek = 722;
|
|
640
|
-
t.Aring = 722;
|
|
641
|
-
t.Otilde = 778;
|
|
642
|
-
t.zdotaccent = 500;
|
|
643
|
-
t.Ecaron = 667;
|
|
644
|
-
t.Iogonek = 278;
|
|
645
|
-
t.kcommaaccent = 556;
|
|
646
|
-
t.minus = 584;
|
|
647
|
-
t.Icircumflex = 278;
|
|
648
|
-
t.ncaron = 611;
|
|
649
|
-
t.tcommaaccent = 333;
|
|
650
|
-
t.logicalnot = 584;
|
|
651
|
-
t.odieresis = 611;
|
|
652
|
-
t.udieresis = 611;
|
|
653
|
-
t.notequal = 549;
|
|
654
|
-
t.gcommaaccent = 611;
|
|
655
|
-
t.eth = 611;
|
|
656
|
-
t.zcaron = 500;
|
|
657
|
-
t.ncommaaccent = 611;
|
|
658
|
-
t.onesuperior = 333;
|
|
659
|
-
t.imacron = 278;
|
|
660
|
-
t.Euro = 556;
|
|
661
|
-
});
|
|
662
|
-
// eslint-disable-next-line no-shadow
|
|
663
|
-
t["Helvetica-BoldOblique"] = getLookupTableFactory(function (t) {
|
|
664
|
-
t.space = 278;
|
|
665
|
-
t.exclam = 333;
|
|
666
|
-
t.quotedbl = 474;
|
|
667
|
-
t.numbersign = 556;
|
|
668
|
-
t.dollar = 556;
|
|
669
|
-
t.percent = 889;
|
|
670
|
-
t.ampersand = 722;
|
|
671
|
-
t.quoteright = 278;
|
|
672
|
-
t.parenleft = 333;
|
|
673
|
-
t.parenright = 333;
|
|
674
|
-
t.asterisk = 389;
|
|
675
|
-
t.plus = 584;
|
|
676
|
-
t.comma = 278;
|
|
677
|
-
t.hyphen = 333;
|
|
678
|
-
t.period = 278;
|
|
679
|
-
t.slash = 278;
|
|
680
|
-
t.zero = 556;
|
|
681
|
-
t.one = 556;
|
|
682
|
-
t.two = 556;
|
|
683
|
-
t.three = 556;
|
|
684
|
-
t.four = 556;
|
|
685
|
-
t.five = 556;
|
|
686
|
-
t.six = 556;
|
|
687
|
-
t.seven = 556;
|
|
688
|
-
t.eight = 556;
|
|
689
|
-
t.nine = 556;
|
|
690
|
-
t.colon = 333;
|
|
691
|
-
t.semicolon = 333;
|
|
692
|
-
t.less = 584;
|
|
693
|
-
t.equal = 584;
|
|
694
|
-
t.greater = 584;
|
|
695
|
-
t.question = 611;
|
|
696
|
-
t.at = 975;
|
|
697
|
-
t.A = 722;
|
|
698
|
-
t.B = 722;
|
|
699
|
-
t.C = 722;
|
|
700
|
-
t.D = 722;
|
|
701
|
-
t.E = 667;
|
|
702
|
-
t.F = 611;
|
|
703
|
-
t.G = 778;
|
|
704
|
-
t.H = 722;
|
|
705
|
-
t.I = 278;
|
|
706
|
-
t.J = 556;
|
|
707
|
-
t.K = 722;
|
|
708
|
-
t.L = 611;
|
|
709
|
-
t.M = 833;
|
|
710
|
-
t.N = 722;
|
|
711
|
-
t.O = 778;
|
|
712
|
-
t.P = 667;
|
|
713
|
-
t.Q = 778;
|
|
714
|
-
t.R = 722;
|
|
715
|
-
t.S = 667;
|
|
716
|
-
t.T = 611;
|
|
717
|
-
t.U = 722;
|
|
718
|
-
t.V = 667;
|
|
719
|
-
t.W = 944;
|
|
720
|
-
t.X = 667;
|
|
721
|
-
t.Y = 667;
|
|
722
|
-
t.Z = 611;
|
|
723
|
-
t.bracketleft = 333;
|
|
724
|
-
t.backslash = 278;
|
|
725
|
-
t.bracketright = 333;
|
|
726
|
-
t.asciicircum = 584;
|
|
727
|
-
t.underscore = 556;
|
|
728
|
-
t.quoteleft = 278;
|
|
729
|
-
t.a = 556;
|
|
730
|
-
t.b = 611;
|
|
731
|
-
t.c = 556;
|
|
732
|
-
t.d = 611;
|
|
733
|
-
t.e = 556;
|
|
734
|
-
t.f = 333;
|
|
735
|
-
t.g = 611;
|
|
736
|
-
t.h = 611;
|
|
737
|
-
t.i = 278;
|
|
738
|
-
t.j = 278;
|
|
739
|
-
t.k = 556;
|
|
740
|
-
t.l = 278;
|
|
741
|
-
t.m = 889;
|
|
742
|
-
t.n = 611;
|
|
743
|
-
t.o = 611;
|
|
744
|
-
t.p = 611;
|
|
745
|
-
t.q = 611;
|
|
746
|
-
t.r = 389;
|
|
747
|
-
t.s = 556;
|
|
748
|
-
t.t = 333;
|
|
749
|
-
t.u = 611;
|
|
750
|
-
t.v = 556;
|
|
751
|
-
t.w = 778;
|
|
752
|
-
t.x = 556;
|
|
753
|
-
t.y = 556;
|
|
754
|
-
t.z = 500;
|
|
755
|
-
t.braceleft = 389;
|
|
756
|
-
t.bar = 280;
|
|
757
|
-
t.braceright = 389;
|
|
758
|
-
t.asciitilde = 584;
|
|
759
|
-
t.exclamdown = 333;
|
|
760
|
-
t.cent = 556;
|
|
761
|
-
t.sterling = 556;
|
|
762
|
-
t.fraction = 167;
|
|
763
|
-
t.yen = 556;
|
|
764
|
-
t.florin = 556;
|
|
765
|
-
t.section = 556;
|
|
766
|
-
t.currency = 556;
|
|
767
|
-
t.quotesingle = 238;
|
|
768
|
-
t.quotedblleft = 500;
|
|
769
|
-
t.guillemotleft = 556;
|
|
770
|
-
t.guilsinglleft = 333;
|
|
771
|
-
t.guilsinglright = 333;
|
|
772
|
-
t.fi = 611;
|
|
773
|
-
t.fl = 611;
|
|
774
|
-
t.endash = 556;
|
|
775
|
-
t.dagger = 556;
|
|
776
|
-
t.daggerdbl = 556;
|
|
777
|
-
t.periodcentered = 278;
|
|
778
|
-
t.paragraph = 556;
|
|
779
|
-
t.bullet = 350;
|
|
780
|
-
t.quotesinglbase = 278;
|
|
781
|
-
t.quotedblbase = 500;
|
|
782
|
-
t.quotedblright = 500;
|
|
783
|
-
t.guillemotright = 556;
|
|
784
|
-
t.ellipsis = 1000;
|
|
785
|
-
t.perthousand = 1000;
|
|
786
|
-
t.questiondown = 611;
|
|
787
|
-
t.grave = 333;
|
|
788
|
-
t.acute = 333;
|
|
789
|
-
t.circumflex = 333;
|
|
790
|
-
t.tilde = 333;
|
|
791
|
-
t.macron = 333;
|
|
792
|
-
t.breve = 333;
|
|
793
|
-
t.dotaccent = 333;
|
|
794
|
-
t.dieresis = 333;
|
|
795
|
-
t.ring = 333;
|
|
796
|
-
t.cedilla = 333;
|
|
797
|
-
t.hungarumlaut = 333;
|
|
798
|
-
t.ogonek = 333;
|
|
799
|
-
t.caron = 333;
|
|
800
|
-
t.emdash = 1000;
|
|
801
|
-
t.AE = 1000;
|
|
802
|
-
t.ordfeminine = 370;
|
|
803
|
-
t.Lslash = 611;
|
|
804
|
-
t.Oslash = 778;
|
|
805
|
-
t.OE = 1000;
|
|
806
|
-
t.ordmasculine = 365;
|
|
807
|
-
t.ae = 889;
|
|
808
|
-
t.dotlessi = 278;
|
|
809
|
-
t.lslash = 278;
|
|
810
|
-
t.oslash = 611;
|
|
811
|
-
t.oe = 944;
|
|
812
|
-
t.germandbls = 611;
|
|
813
|
-
t.Idieresis = 278;
|
|
814
|
-
t.eacute = 556;
|
|
815
|
-
t.abreve = 556;
|
|
816
|
-
t.uhungarumlaut = 611;
|
|
817
|
-
t.ecaron = 556;
|
|
818
|
-
t.Ydieresis = 667;
|
|
819
|
-
t.divide = 584;
|
|
820
|
-
t.Yacute = 667;
|
|
821
|
-
t.Acircumflex = 722;
|
|
822
|
-
t.aacute = 556;
|
|
823
|
-
t.Ucircumflex = 722;
|
|
824
|
-
t.yacute = 556;
|
|
825
|
-
t.scommaaccent = 556;
|
|
826
|
-
t.ecircumflex = 556;
|
|
827
|
-
t.Uring = 722;
|
|
828
|
-
t.Udieresis = 722;
|
|
829
|
-
t.aogonek = 556;
|
|
830
|
-
t.Uacute = 722;
|
|
831
|
-
t.uogonek = 611;
|
|
832
|
-
t.Edieresis = 667;
|
|
833
|
-
t.Dcroat = 722;
|
|
834
|
-
t.commaaccent = 250;
|
|
835
|
-
t.copyright = 737;
|
|
836
|
-
t.Emacron = 667;
|
|
837
|
-
t.ccaron = 556;
|
|
838
|
-
t.aring = 556;
|
|
839
|
-
t.Ncommaaccent = 722;
|
|
840
|
-
t.lacute = 278;
|
|
841
|
-
t.agrave = 556;
|
|
842
|
-
t.Tcommaaccent = 611;
|
|
843
|
-
t.Cacute = 722;
|
|
844
|
-
t.atilde = 556;
|
|
845
|
-
t.Edotaccent = 667;
|
|
846
|
-
t.scaron = 556;
|
|
847
|
-
t.scedilla = 556;
|
|
848
|
-
t.iacute = 278;
|
|
849
|
-
t.lozenge = 494;
|
|
850
|
-
t.Rcaron = 722;
|
|
851
|
-
t.Gcommaaccent = 778;
|
|
852
|
-
t.ucircumflex = 611;
|
|
853
|
-
t.acircumflex = 556;
|
|
854
|
-
t.Amacron = 722;
|
|
855
|
-
t.rcaron = 389;
|
|
856
|
-
t.ccedilla = 556;
|
|
857
|
-
t.Zdotaccent = 611;
|
|
858
|
-
t.Thorn = 667;
|
|
859
|
-
t.Omacron = 778;
|
|
860
|
-
t.Racute = 722;
|
|
861
|
-
t.Sacute = 667;
|
|
862
|
-
t.dcaron = 743;
|
|
863
|
-
t.Umacron = 722;
|
|
864
|
-
t.uring = 611;
|
|
865
|
-
t.threesuperior = 333;
|
|
866
|
-
t.Ograve = 778;
|
|
867
|
-
t.Agrave = 722;
|
|
868
|
-
t.Abreve = 722;
|
|
869
|
-
t.multiply = 584;
|
|
870
|
-
t.uacute = 611;
|
|
871
|
-
t.Tcaron = 611;
|
|
872
|
-
t.partialdiff = 494;
|
|
873
|
-
t.ydieresis = 556;
|
|
874
|
-
t.Nacute = 722;
|
|
875
|
-
t.icircumflex = 278;
|
|
876
|
-
t.Ecircumflex = 667;
|
|
877
|
-
t.adieresis = 556;
|
|
878
|
-
t.edieresis = 556;
|
|
879
|
-
t.cacute = 556;
|
|
880
|
-
t.nacute = 611;
|
|
881
|
-
t.umacron = 611;
|
|
882
|
-
t.Ncaron = 722;
|
|
883
|
-
t.Iacute = 278;
|
|
884
|
-
t.plusminus = 584;
|
|
885
|
-
t.brokenbar = 280;
|
|
886
|
-
t.registered = 737;
|
|
887
|
-
t.Gbreve = 778;
|
|
888
|
-
t.Idotaccent = 278;
|
|
889
|
-
t.summation = 600;
|
|
890
|
-
t.Egrave = 667;
|
|
891
|
-
t.racute = 389;
|
|
892
|
-
t.omacron = 611;
|
|
893
|
-
t.Zacute = 611;
|
|
894
|
-
t.Zcaron = 611;
|
|
895
|
-
t.greaterequal = 549;
|
|
896
|
-
t.Eth = 722;
|
|
897
|
-
t.Ccedilla = 722;
|
|
898
|
-
t.lcommaaccent = 278;
|
|
899
|
-
t.tcaron = 389;
|
|
900
|
-
t.eogonek = 556;
|
|
901
|
-
t.Uogonek = 722;
|
|
902
|
-
t.Aacute = 722;
|
|
903
|
-
t.Adieresis = 722;
|
|
904
|
-
t.egrave = 556;
|
|
905
|
-
t.zacute = 500;
|
|
906
|
-
t.iogonek = 278;
|
|
907
|
-
t.Oacute = 778;
|
|
908
|
-
t.oacute = 611;
|
|
909
|
-
t.amacron = 556;
|
|
910
|
-
t.sacute = 556;
|
|
911
|
-
t.idieresis = 278;
|
|
912
|
-
t.Ocircumflex = 778;
|
|
913
|
-
t.Ugrave = 722;
|
|
914
|
-
t.Delta = 612;
|
|
915
|
-
t.thorn = 611;
|
|
916
|
-
t.twosuperior = 333;
|
|
917
|
-
t.Odieresis = 778;
|
|
918
|
-
t.mu = 611;
|
|
919
|
-
t.igrave = 278;
|
|
920
|
-
t.ohungarumlaut = 611;
|
|
921
|
-
t.Eogonek = 667;
|
|
922
|
-
t.dcroat = 611;
|
|
923
|
-
t.threequarters = 834;
|
|
924
|
-
t.Scedilla = 667;
|
|
925
|
-
t.lcaron = 400;
|
|
926
|
-
t.Kcommaaccent = 722;
|
|
927
|
-
t.Lacute = 611;
|
|
928
|
-
t.trademark = 1000;
|
|
929
|
-
t.edotaccent = 556;
|
|
930
|
-
t.Igrave = 278;
|
|
931
|
-
t.Imacron = 278;
|
|
932
|
-
t.Lcaron = 611;
|
|
933
|
-
t.onehalf = 834;
|
|
934
|
-
t.lessequal = 549;
|
|
935
|
-
t.ocircumflex = 611;
|
|
936
|
-
t.ntilde = 611;
|
|
937
|
-
t.Uhungarumlaut = 722;
|
|
938
|
-
t.Eacute = 667;
|
|
939
|
-
t.emacron = 556;
|
|
940
|
-
t.gbreve = 611;
|
|
941
|
-
t.onequarter = 834;
|
|
942
|
-
t.Scaron = 667;
|
|
943
|
-
t.Scommaaccent = 667;
|
|
944
|
-
t.Ohungarumlaut = 778;
|
|
945
|
-
t.degree = 400;
|
|
946
|
-
t.ograve = 611;
|
|
947
|
-
t.Ccaron = 722;
|
|
948
|
-
t.ugrave = 611;
|
|
949
|
-
t.radical = 549;
|
|
950
|
-
t.Dcaron = 722;
|
|
951
|
-
t.rcommaaccent = 389;
|
|
952
|
-
t.Ntilde = 722;
|
|
953
|
-
t.otilde = 611;
|
|
954
|
-
t.Rcommaaccent = 722;
|
|
955
|
-
t.Lcommaaccent = 611;
|
|
956
|
-
t.Atilde = 722;
|
|
957
|
-
t.Aogonek = 722;
|
|
958
|
-
t.Aring = 722;
|
|
959
|
-
t.Otilde = 778;
|
|
960
|
-
t.zdotaccent = 500;
|
|
961
|
-
t.Ecaron = 667;
|
|
962
|
-
t.Iogonek = 278;
|
|
963
|
-
t.kcommaaccent = 556;
|
|
964
|
-
t.minus = 584;
|
|
965
|
-
t.Icircumflex = 278;
|
|
966
|
-
t.ncaron = 611;
|
|
967
|
-
t.tcommaaccent = 333;
|
|
968
|
-
t.logicalnot = 584;
|
|
969
|
-
t.odieresis = 611;
|
|
970
|
-
t.udieresis = 611;
|
|
971
|
-
t.notequal = 549;
|
|
972
|
-
t.gcommaaccent = 611;
|
|
973
|
-
t.eth = 611;
|
|
974
|
-
t.zcaron = 500;
|
|
975
|
-
t.ncommaaccent = 611;
|
|
976
|
-
t.onesuperior = 333;
|
|
977
|
-
t.imacron = 278;
|
|
978
|
-
t.Euro = 556;
|
|
979
|
-
});
|
|
980
|
-
// eslint-disable-next-line no-shadow
|
|
981
|
-
t["Helvetica-Oblique"] = getLookupTableFactory(function (t) {
|
|
982
|
-
t.space = 278;
|
|
983
|
-
t.exclam = 278;
|
|
984
|
-
t.quotedbl = 355;
|
|
985
|
-
t.numbersign = 556;
|
|
986
|
-
t.dollar = 556;
|
|
987
|
-
t.percent = 889;
|
|
988
|
-
t.ampersand = 667;
|
|
989
|
-
t.quoteright = 222;
|
|
990
|
-
t.parenleft = 333;
|
|
991
|
-
t.parenright = 333;
|
|
992
|
-
t.asterisk = 389;
|
|
993
|
-
t.plus = 584;
|
|
994
|
-
t.comma = 278;
|
|
995
|
-
t.hyphen = 333;
|
|
996
|
-
t.period = 278;
|
|
997
|
-
t.slash = 278;
|
|
998
|
-
t.zero = 556;
|
|
999
|
-
t.one = 556;
|
|
1000
|
-
t.two = 556;
|
|
1001
|
-
t.three = 556;
|
|
1002
|
-
t.four = 556;
|
|
1003
|
-
t.five = 556;
|
|
1004
|
-
t.six = 556;
|
|
1005
|
-
t.seven = 556;
|
|
1006
|
-
t.eight = 556;
|
|
1007
|
-
t.nine = 556;
|
|
1008
|
-
t.colon = 278;
|
|
1009
|
-
t.semicolon = 278;
|
|
1010
|
-
t.less = 584;
|
|
1011
|
-
t.equal = 584;
|
|
1012
|
-
t.greater = 584;
|
|
1013
|
-
t.question = 556;
|
|
1014
|
-
t.at = 1015;
|
|
1015
|
-
t.A = 667;
|
|
1016
|
-
t.B = 667;
|
|
1017
|
-
t.C = 722;
|
|
1018
|
-
t.D = 722;
|
|
1019
|
-
t.E = 667;
|
|
1020
|
-
t.F = 611;
|
|
1021
|
-
t.G = 778;
|
|
1022
|
-
t.H = 722;
|
|
1023
|
-
t.I = 278;
|
|
1024
|
-
t.J = 500;
|
|
1025
|
-
t.K = 667;
|
|
1026
|
-
t.L = 556;
|
|
1027
|
-
t.M = 833;
|
|
1028
|
-
t.N = 722;
|
|
1029
|
-
t.O = 778;
|
|
1030
|
-
t.P = 667;
|
|
1031
|
-
t.Q = 778;
|
|
1032
|
-
t.R = 722;
|
|
1033
|
-
t.S = 667;
|
|
1034
|
-
t.T = 611;
|
|
1035
|
-
t.U = 722;
|
|
1036
|
-
t.V = 667;
|
|
1037
|
-
t.W = 944;
|
|
1038
|
-
t.X = 667;
|
|
1039
|
-
t.Y = 667;
|
|
1040
|
-
t.Z = 611;
|
|
1041
|
-
t.bracketleft = 278;
|
|
1042
|
-
t.backslash = 278;
|
|
1043
|
-
t.bracketright = 278;
|
|
1044
|
-
t.asciicircum = 469;
|
|
1045
|
-
t.underscore = 556;
|
|
1046
|
-
t.quoteleft = 222;
|
|
1047
|
-
t.a = 556;
|
|
1048
|
-
t.b = 556;
|
|
1049
|
-
t.c = 500;
|
|
1050
|
-
t.d = 556;
|
|
1051
|
-
t.e = 556;
|
|
1052
|
-
t.f = 278;
|
|
1053
|
-
t.g = 556;
|
|
1054
|
-
t.h = 556;
|
|
1055
|
-
t.i = 222;
|
|
1056
|
-
t.j = 222;
|
|
1057
|
-
t.k = 500;
|
|
1058
|
-
t.l = 222;
|
|
1059
|
-
t.m = 833;
|
|
1060
|
-
t.n = 556;
|
|
1061
|
-
t.o = 556;
|
|
1062
|
-
t.p = 556;
|
|
1063
|
-
t.q = 556;
|
|
1064
|
-
t.r = 333;
|
|
1065
|
-
t.s = 500;
|
|
1066
|
-
t.t = 278;
|
|
1067
|
-
t.u = 556;
|
|
1068
|
-
t.v = 500;
|
|
1069
|
-
t.w = 722;
|
|
1070
|
-
t.x = 500;
|
|
1071
|
-
t.y = 500;
|
|
1072
|
-
t.z = 500;
|
|
1073
|
-
t.braceleft = 334;
|
|
1074
|
-
t.bar = 260;
|
|
1075
|
-
t.braceright = 334;
|
|
1076
|
-
t.asciitilde = 584;
|
|
1077
|
-
t.exclamdown = 333;
|
|
1078
|
-
t.cent = 556;
|
|
1079
|
-
t.sterling = 556;
|
|
1080
|
-
t.fraction = 167;
|
|
1081
|
-
t.yen = 556;
|
|
1082
|
-
t.florin = 556;
|
|
1083
|
-
t.section = 556;
|
|
1084
|
-
t.currency = 556;
|
|
1085
|
-
t.quotesingle = 191;
|
|
1086
|
-
t.quotedblleft = 333;
|
|
1087
|
-
t.guillemotleft = 556;
|
|
1088
|
-
t.guilsinglleft = 333;
|
|
1089
|
-
t.guilsinglright = 333;
|
|
1090
|
-
t.fi = 500;
|
|
1091
|
-
t.fl = 500;
|
|
1092
|
-
t.endash = 556;
|
|
1093
|
-
t.dagger = 556;
|
|
1094
|
-
t.daggerdbl = 556;
|
|
1095
|
-
t.periodcentered = 278;
|
|
1096
|
-
t.paragraph = 537;
|
|
1097
|
-
t.bullet = 350;
|
|
1098
|
-
t.quotesinglbase = 222;
|
|
1099
|
-
t.quotedblbase = 333;
|
|
1100
|
-
t.quotedblright = 333;
|
|
1101
|
-
t.guillemotright = 556;
|
|
1102
|
-
t.ellipsis = 1000;
|
|
1103
|
-
t.perthousand = 1000;
|
|
1104
|
-
t.questiondown = 611;
|
|
1105
|
-
t.grave = 333;
|
|
1106
|
-
t.acute = 333;
|
|
1107
|
-
t.circumflex = 333;
|
|
1108
|
-
t.tilde = 333;
|
|
1109
|
-
t.macron = 333;
|
|
1110
|
-
t.breve = 333;
|
|
1111
|
-
t.dotaccent = 333;
|
|
1112
|
-
t.dieresis = 333;
|
|
1113
|
-
t.ring = 333;
|
|
1114
|
-
t.cedilla = 333;
|
|
1115
|
-
t.hungarumlaut = 333;
|
|
1116
|
-
t.ogonek = 333;
|
|
1117
|
-
t.caron = 333;
|
|
1118
|
-
t.emdash = 1000;
|
|
1119
|
-
t.AE = 1000;
|
|
1120
|
-
t.ordfeminine = 370;
|
|
1121
|
-
t.Lslash = 556;
|
|
1122
|
-
t.Oslash = 778;
|
|
1123
|
-
t.OE = 1000;
|
|
1124
|
-
t.ordmasculine = 365;
|
|
1125
|
-
t.ae = 889;
|
|
1126
|
-
t.dotlessi = 278;
|
|
1127
|
-
t.lslash = 222;
|
|
1128
|
-
t.oslash = 611;
|
|
1129
|
-
t.oe = 944;
|
|
1130
|
-
t.germandbls = 611;
|
|
1131
|
-
t.Idieresis = 278;
|
|
1132
|
-
t.eacute = 556;
|
|
1133
|
-
t.abreve = 556;
|
|
1134
|
-
t.uhungarumlaut = 556;
|
|
1135
|
-
t.ecaron = 556;
|
|
1136
|
-
t.Ydieresis = 667;
|
|
1137
|
-
t.divide = 584;
|
|
1138
|
-
t.Yacute = 667;
|
|
1139
|
-
t.Acircumflex = 667;
|
|
1140
|
-
t.aacute = 556;
|
|
1141
|
-
t.Ucircumflex = 722;
|
|
1142
|
-
t.yacute = 500;
|
|
1143
|
-
t.scommaaccent = 500;
|
|
1144
|
-
t.ecircumflex = 556;
|
|
1145
|
-
t.Uring = 722;
|
|
1146
|
-
t.Udieresis = 722;
|
|
1147
|
-
t.aogonek = 556;
|
|
1148
|
-
t.Uacute = 722;
|
|
1149
|
-
t.uogonek = 556;
|
|
1150
|
-
t.Edieresis = 667;
|
|
1151
|
-
t.Dcroat = 722;
|
|
1152
|
-
t.commaaccent = 250;
|
|
1153
|
-
t.copyright = 737;
|
|
1154
|
-
t.Emacron = 667;
|
|
1155
|
-
t.ccaron = 500;
|
|
1156
|
-
t.aring = 556;
|
|
1157
|
-
t.Ncommaaccent = 722;
|
|
1158
|
-
t.lacute = 222;
|
|
1159
|
-
t.agrave = 556;
|
|
1160
|
-
t.Tcommaaccent = 611;
|
|
1161
|
-
t.Cacute = 722;
|
|
1162
|
-
t.atilde = 556;
|
|
1163
|
-
t.Edotaccent = 667;
|
|
1164
|
-
t.scaron = 500;
|
|
1165
|
-
t.scedilla = 500;
|
|
1166
|
-
t.iacute = 278;
|
|
1167
|
-
t.lozenge = 471;
|
|
1168
|
-
t.Rcaron = 722;
|
|
1169
|
-
t.Gcommaaccent = 778;
|
|
1170
|
-
t.ucircumflex = 556;
|
|
1171
|
-
t.acircumflex = 556;
|
|
1172
|
-
t.Amacron = 667;
|
|
1173
|
-
t.rcaron = 333;
|
|
1174
|
-
t.ccedilla = 500;
|
|
1175
|
-
t.Zdotaccent = 611;
|
|
1176
|
-
t.Thorn = 667;
|
|
1177
|
-
t.Omacron = 778;
|
|
1178
|
-
t.Racute = 722;
|
|
1179
|
-
t.Sacute = 667;
|
|
1180
|
-
t.dcaron = 643;
|
|
1181
|
-
t.Umacron = 722;
|
|
1182
|
-
t.uring = 556;
|
|
1183
|
-
t.threesuperior = 333;
|
|
1184
|
-
t.Ograve = 778;
|
|
1185
|
-
t.Agrave = 667;
|
|
1186
|
-
t.Abreve = 667;
|
|
1187
|
-
t.multiply = 584;
|
|
1188
|
-
t.uacute = 556;
|
|
1189
|
-
t.Tcaron = 611;
|
|
1190
|
-
t.partialdiff = 476;
|
|
1191
|
-
t.ydieresis = 500;
|
|
1192
|
-
t.Nacute = 722;
|
|
1193
|
-
t.icircumflex = 278;
|
|
1194
|
-
t.Ecircumflex = 667;
|
|
1195
|
-
t.adieresis = 556;
|
|
1196
|
-
t.edieresis = 556;
|
|
1197
|
-
t.cacute = 500;
|
|
1198
|
-
t.nacute = 556;
|
|
1199
|
-
t.umacron = 556;
|
|
1200
|
-
t.Ncaron = 722;
|
|
1201
|
-
t.Iacute = 278;
|
|
1202
|
-
t.plusminus = 584;
|
|
1203
|
-
t.brokenbar = 260;
|
|
1204
|
-
t.registered = 737;
|
|
1205
|
-
t.Gbreve = 778;
|
|
1206
|
-
t.Idotaccent = 278;
|
|
1207
|
-
t.summation = 600;
|
|
1208
|
-
t.Egrave = 667;
|
|
1209
|
-
t.racute = 333;
|
|
1210
|
-
t.omacron = 556;
|
|
1211
|
-
t.Zacute = 611;
|
|
1212
|
-
t.Zcaron = 611;
|
|
1213
|
-
t.greaterequal = 549;
|
|
1214
|
-
t.Eth = 722;
|
|
1215
|
-
t.Ccedilla = 722;
|
|
1216
|
-
t.lcommaaccent = 222;
|
|
1217
|
-
t.tcaron = 317;
|
|
1218
|
-
t.eogonek = 556;
|
|
1219
|
-
t.Uogonek = 722;
|
|
1220
|
-
t.Aacute = 667;
|
|
1221
|
-
t.Adieresis = 667;
|
|
1222
|
-
t.egrave = 556;
|
|
1223
|
-
t.zacute = 500;
|
|
1224
|
-
t.iogonek = 222;
|
|
1225
|
-
t.Oacute = 778;
|
|
1226
|
-
t.oacute = 556;
|
|
1227
|
-
t.amacron = 556;
|
|
1228
|
-
t.sacute = 500;
|
|
1229
|
-
t.idieresis = 278;
|
|
1230
|
-
t.Ocircumflex = 778;
|
|
1231
|
-
t.Ugrave = 722;
|
|
1232
|
-
t.Delta = 612;
|
|
1233
|
-
t.thorn = 556;
|
|
1234
|
-
t.twosuperior = 333;
|
|
1235
|
-
t.Odieresis = 778;
|
|
1236
|
-
t.mu = 556;
|
|
1237
|
-
t.igrave = 278;
|
|
1238
|
-
t.ohungarumlaut = 556;
|
|
1239
|
-
t.Eogonek = 667;
|
|
1240
|
-
t.dcroat = 556;
|
|
1241
|
-
t.threequarters = 834;
|
|
1242
|
-
t.Scedilla = 667;
|
|
1243
|
-
t.lcaron = 299;
|
|
1244
|
-
t.Kcommaaccent = 667;
|
|
1245
|
-
t.Lacute = 556;
|
|
1246
|
-
t.trademark = 1000;
|
|
1247
|
-
t.edotaccent = 556;
|
|
1248
|
-
t.Igrave = 278;
|
|
1249
|
-
t.Imacron = 278;
|
|
1250
|
-
t.Lcaron = 556;
|
|
1251
|
-
t.onehalf = 834;
|
|
1252
|
-
t.lessequal = 549;
|
|
1253
|
-
t.ocircumflex = 556;
|
|
1254
|
-
t.ntilde = 556;
|
|
1255
|
-
t.Uhungarumlaut = 722;
|
|
1256
|
-
t.Eacute = 667;
|
|
1257
|
-
t.emacron = 556;
|
|
1258
|
-
t.gbreve = 556;
|
|
1259
|
-
t.onequarter = 834;
|
|
1260
|
-
t.Scaron = 667;
|
|
1261
|
-
t.Scommaaccent = 667;
|
|
1262
|
-
t.Ohungarumlaut = 778;
|
|
1263
|
-
t.degree = 400;
|
|
1264
|
-
t.ograve = 556;
|
|
1265
|
-
t.Ccaron = 722;
|
|
1266
|
-
t.ugrave = 556;
|
|
1267
|
-
t.radical = 453;
|
|
1268
|
-
t.Dcaron = 722;
|
|
1269
|
-
t.rcommaaccent = 333;
|
|
1270
|
-
t.Ntilde = 722;
|
|
1271
|
-
t.otilde = 556;
|
|
1272
|
-
t.Rcommaaccent = 722;
|
|
1273
|
-
t.Lcommaaccent = 556;
|
|
1274
|
-
t.Atilde = 667;
|
|
1275
|
-
t.Aogonek = 667;
|
|
1276
|
-
t.Aring = 667;
|
|
1277
|
-
t.Otilde = 778;
|
|
1278
|
-
t.zdotaccent = 500;
|
|
1279
|
-
t.Ecaron = 667;
|
|
1280
|
-
t.Iogonek = 278;
|
|
1281
|
-
t.kcommaaccent = 500;
|
|
1282
|
-
t.minus = 584;
|
|
1283
|
-
t.Icircumflex = 278;
|
|
1284
|
-
t.ncaron = 556;
|
|
1285
|
-
t.tcommaaccent = 278;
|
|
1286
|
-
t.logicalnot = 584;
|
|
1287
|
-
t.odieresis = 556;
|
|
1288
|
-
t.udieresis = 556;
|
|
1289
|
-
t.notequal = 549;
|
|
1290
|
-
t.gcommaaccent = 556;
|
|
1291
|
-
t.eth = 556;
|
|
1292
|
-
t.zcaron = 500;
|
|
1293
|
-
t.ncommaaccent = 556;
|
|
1294
|
-
t.onesuperior = 333;
|
|
1295
|
-
t.imacron = 278;
|
|
1296
|
-
t.Euro = 556;
|
|
1297
|
-
});
|
|
1298
|
-
// eslint-disable-next-line no-shadow
|
|
1299
|
-
t.Symbol = getLookupTableFactory(function (t) {
|
|
1300
|
-
t.space = 250;
|
|
1301
|
-
t.exclam = 333;
|
|
1302
|
-
t.universal = 713;
|
|
1303
|
-
t.numbersign = 500;
|
|
1304
|
-
t.existential = 549;
|
|
1305
|
-
t.percent = 833;
|
|
1306
|
-
t.ampersand = 778;
|
|
1307
|
-
t.suchthat = 439;
|
|
1308
|
-
t.parenleft = 333;
|
|
1309
|
-
t.parenright = 333;
|
|
1310
|
-
t.asteriskmath = 500;
|
|
1311
|
-
t.plus = 549;
|
|
1312
|
-
t.comma = 250;
|
|
1313
|
-
t.minus = 549;
|
|
1314
|
-
t.period = 250;
|
|
1315
|
-
t.slash = 278;
|
|
1316
|
-
t.zero = 500;
|
|
1317
|
-
t.one = 500;
|
|
1318
|
-
t.two = 500;
|
|
1319
|
-
t.three = 500;
|
|
1320
|
-
t.four = 500;
|
|
1321
|
-
t.five = 500;
|
|
1322
|
-
t.six = 500;
|
|
1323
|
-
t.seven = 500;
|
|
1324
|
-
t.eight = 500;
|
|
1325
|
-
t.nine = 500;
|
|
1326
|
-
t.colon = 278;
|
|
1327
|
-
t.semicolon = 278;
|
|
1328
|
-
t.less = 549;
|
|
1329
|
-
t.equal = 549;
|
|
1330
|
-
t.greater = 549;
|
|
1331
|
-
t.question = 444;
|
|
1332
|
-
t.congruent = 549;
|
|
1333
|
-
t.Alpha = 722;
|
|
1334
|
-
t.Beta = 667;
|
|
1335
|
-
t.Chi = 722;
|
|
1336
|
-
t.Delta = 612;
|
|
1337
|
-
t.Epsilon = 611;
|
|
1338
|
-
t.Phi = 763;
|
|
1339
|
-
t.Gamma = 603;
|
|
1340
|
-
t.Eta = 722;
|
|
1341
|
-
t.Iota = 333;
|
|
1342
|
-
t.theta1 = 631;
|
|
1343
|
-
t.Kappa = 722;
|
|
1344
|
-
t.Lambda = 686;
|
|
1345
|
-
t.Mu = 889;
|
|
1346
|
-
t.Nu = 722;
|
|
1347
|
-
t.Omicron = 722;
|
|
1348
|
-
t.Pi = 768;
|
|
1349
|
-
t.Theta = 741;
|
|
1350
|
-
t.Rho = 556;
|
|
1351
|
-
t.Sigma = 592;
|
|
1352
|
-
t.Tau = 611;
|
|
1353
|
-
t.Upsilon = 690;
|
|
1354
|
-
t.sigma1 = 439;
|
|
1355
|
-
t.Omega = 768;
|
|
1356
|
-
t.Xi = 645;
|
|
1357
|
-
t.Psi = 795;
|
|
1358
|
-
t.Zeta = 611;
|
|
1359
|
-
t.bracketleft = 333;
|
|
1360
|
-
t.therefore = 863;
|
|
1361
|
-
t.bracketright = 333;
|
|
1362
|
-
t.perpendicular = 658;
|
|
1363
|
-
t.underscore = 500;
|
|
1364
|
-
t.radicalex = 500;
|
|
1365
|
-
t.alpha = 631;
|
|
1366
|
-
t.beta = 549;
|
|
1367
|
-
t.chi = 549;
|
|
1368
|
-
t.delta = 494;
|
|
1369
|
-
t.epsilon = 439;
|
|
1370
|
-
t.phi = 521;
|
|
1371
|
-
t.gamma = 411;
|
|
1372
|
-
t.eta = 603;
|
|
1373
|
-
t.iota = 329;
|
|
1374
|
-
t.phi1 = 603;
|
|
1375
|
-
t.kappa = 549;
|
|
1376
|
-
t.lambda = 549;
|
|
1377
|
-
t.mu = 576;
|
|
1378
|
-
t.nu = 521;
|
|
1379
|
-
t.omicron = 549;
|
|
1380
|
-
t.pi = 549;
|
|
1381
|
-
t.theta = 521;
|
|
1382
|
-
t.rho = 549;
|
|
1383
|
-
t.sigma = 603;
|
|
1384
|
-
t.tau = 439;
|
|
1385
|
-
t.upsilon = 576;
|
|
1386
|
-
t.omega1 = 713;
|
|
1387
|
-
t.omega = 686;
|
|
1388
|
-
t.xi = 493;
|
|
1389
|
-
t.psi = 686;
|
|
1390
|
-
t.zeta = 494;
|
|
1391
|
-
t.braceleft = 480;
|
|
1392
|
-
t.bar = 200;
|
|
1393
|
-
t.braceright = 480;
|
|
1394
|
-
t.similar = 549;
|
|
1395
|
-
t.Euro = 750;
|
|
1396
|
-
t.Upsilon1 = 620;
|
|
1397
|
-
t.minute = 247;
|
|
1398
|
-
t.lessequal = 549;
|
|
1399
|
-
t.fraction = 167;
|
|
1400
|
-
t.infinity = 713;
|
|
1401
|
-
t.florin = 500;
|
|
1402
|
-
t.club = 753;
|
|
1403
|
-
t.diamond = 753;
|
|
1404
|
-
t.heart = 753;
|
|
1405
|
-
t.spade = 753;
|
|
1406
|
-
t.arrowboth = 1042;
|
|
1407
|
-
t.arrowleft = 987;
|
|
1408
|
-
t.arrowup = 603;
|
|
1409
|
-
t.arrowright = 987;
|
|
1410
|
-
t.arrowdown = 603;
|
|
1411
|
-
t.degree = 400;
|
|
1412
|
-
t.plusminus = 549;
|
|
1413
|
-
t.second = 411;
|
|
1414
|
-
t.greaterequal = 549;
|
|
1415
|
-
t.multiply = 549;
|
|
1416
|
-
t.proportional = 713;
|
|
1417
|
-
t.partialdiff = 494;
|
|
1418
|
-
t.bullet = 460;
|
|
1419
|
-
t.divide = 549;
|
|
1420
|
-
t.notequal = 549;
|
|
1421
|
-
t.equivalence = 549;
|
|
1422
|
-
t.approxequal = 549;
|
|
1423
|
-
t.ellipsis = 1000;
|
|
1424
|
-
t.arrowvertex = 603;
|
|
1425
|
-
t.arrowhorizex = 1000;
|
|
1426
|
-
t.carriagereturn = 658;
|
|
1427
|
-
t.aleph = 823;
|
|
1428
|
-
t.Ifraktur = 686;
|
|
1429
|
-
t.Rfraktur = 795;
|
|
1430
|
-
t.weierstrass = 987;
|
|
1431
|
-
t.circlemultiply = 768;
|
|
1432
|
-
t.circleplus = 768;
|
|
1433
|
-
t.emptyset = 823;
|
|
1434
|
-
t.intersection = 768;
|
|
1435
|
-
t.union = 768;
|
|
1436
|
-
t.propersuperset = 713;
|
|
1437
|
-
t.reflexsuperset = 713;
|
|
1438
|
-
t.notsubset = 713;
|
|
1439
|
-
t.propersubset = 713;
|
|
1440
|
-
t.reflexsubset = 713;
|
|
1441
|
-
t.element = 713;
|
|
1442
|
-
t.notelement = 713;
|
|
1443
|
-
t.angle = 768;
|
|
1444
|
-
t.gradient = 713;
|
|
1445
|
-
t.registerserif = 790;
|
|
1446
|
-
t.copyrightserif = 790;
|
|
1447
|
-
t.trademarkserif = 890;
|
|
1448
|
-
t.product = 823;
|
|
1449
|
-
t.radical = 549;
|
|
1450
|
-
t.dotmath = 250;
|
|
1451
|
-
t.logicalnot = 713;
|
|
1452
|
-
t.logicaland = 603;
|
|
1453
|
-
t.logicalor = 603;
|
|
1454
|
-
t.arrowdblboth = 1042;
|
|
1455
|
-
t.arrowdblleft = 987;
|
|
1456
|
-
t.arrowdblup = 603;
|
|
1457
|
-
t.arrowdblright = 987;
|
|
1458
|
-
t.arrowdbldown = 603;
|
|
1459
|
-
t.lozenge = 494;
|
|
1460
|
-
t.angleleft = 329;
|
|
1461
|
-
t.registersans = 790;
|
|
1462
|
-
t.copyrightsans = 790;
|
|
1463
|
-
t.trademarksans = 786;
|
|
1464
|
-
t.summation = 713;
|
|
1465
|
-
t.parenlefttp = 384;
|
|
1466
|
-
t.parenleftex = 384;
|
|
1467
|
-
t.parenleftbt = 384;
|
|
1468
|
-
t.bracketlefttp = 384;
|
|
1469
|
-
t.bracketleftex = 384;
|
|
1470
|
-
t.bracketleftbt = 384;
|
|
1471
|
-
t.bracelefttp = 494;
|
|
1472
|
-
t.braceleftmid = 494;
|
|
1473
|
-
t.braceleftbt = 494;
|
|
1474
|
-
t.braceex = 494;
|
|
1475
|
-
t.angleright = 329;
|
|
1476
|
-
t.integral = 274;
|
|
1477
|
-
t.integraltp = 686;
|
|
1478
|
-
t.integralex = 686;
|
|
1479
|
-
t.integralbt = 686;
|
|
1480
|
-
t.parenrighttp = 384;
|
|
1481
|
-
t.parenrightex = 384;
|
|
1482
|
-
t.parenrightbt = 384;
|
|
1483
|
-
t.bracketrighttp = 384;
|
|
1484
|
-
t.bracketrightex = 384;
|
|
1485
|
-
t.bracketrightbt = 384;
|
|
1486
|
-
t.bracerighttp = 494;
|
|
1487
|
-
t.bracerightmid = 494;
|
|
1488
|
-
t.bracerightbt = 494;
|
|
1489
|
-
t.apple = 790;
|
|
1490
|
-
});
|
|
1491
|
-
// eslint-disable-next-line no-shadow
|
|
1492
|
-
t["Times-Roman"] = getLookupTableFactory(function (t) {
|
|
1493
|
-
t.space = 250;
|
|
1494
|
-
t.exclam = 333;
|
|
1495
|
-
t.quotedbl = 408;
|
|
1496
|
-
t.numbersign = 500;
|
|
1497
|
-
t.dollar = 500;
|
|
1498
|
-
t.percent = 833;
|
|
1499
|
-
t.ampersand = 778;
|
|
1500
|
-
t.quoteright = 333;
|
|
1501
|
-
t.parenleft = 333;
|
|
1502
|
-
t.parenright = 333;
|
|
1503
|
-
t.asterisk = 500;
|
|
1504
|
-
t.plus = 564;
|
|
1505
|
-
t.comma = 250;
|
|
1506
|
-
t.hyphen = 333;
|
|
1507
|
-
t.period = 250;
|
|
1508
|
-
t.slash = 278;
|
|
1509
|
-
t.zero = 500;
|
|
1510
|
-
t.one = 500;
|
|
1511
|
-
t.two = 500;
|
|
1512
|
-
t.three = 500;
|
|
1513
|
-
t.four = 500;
|
|
1514
|
-
t.five = 500;
|
|
1515
|
-
t.six = 500;
|
|
1516
|
-
t.seven = 500;
|
|
1517
|
-
t.eight = 500;
|
|
1518
|
-
t.nine = 500;
|
|
1519
|
-
t.colon = 278;
|
|
1520
|
-
t.semicolon = 278;
|
|
1521
|
-
t.less = 564;
|
|
1522
|
-
t.equal = 564;
|
|
1523
|
-
t.greater = 564;
|
|
1524
|
-
t.question = 444;
|
|
1525
|
-
t.at = 921;
|
|
1526
|
-
t.A = 722;
|
|
1527
|
-
t.B = 667;
|
|
1528
|
-
t.C = 667;
|
|
1529
|
-
t.D = 722;
|
|
1530
|
-
t.E = 611;
|
|
1531
|
-
t.F = 556;
|
|
1532
|
-
t.G = 722;
|
|
1533
|
-
t.H = 722;
|
|
1534
|
-
t.I = 333;
|
|
1535
|
-
t.J = 389;
|
|
1536
|
-
t.K = 722;
|
|
1537
|
-
t.L = 611;
|
|
1538
|
-
t.M = 889;
|
|
1539
|
-
t.N = 722;
|
|
1540
|
-
t.O = 722;
|
|
1541
|
-
t.P = 556;
|
|
1542
|
-
t.Q = 722;
|
|
1543
|
-
t.R = 667;
|
|
1544
|
-
t.S = 556;
|
|
1545
|
-
t.T = 611;
|
|
1546
|
-
t.U = 722;
|
|
1547
|
-
t.V = 722;
|
|
1548
|
-
t.W = 944;
|
|
1549
|
-
t.X = 722;
|
|
1550
|
-
t.Y = 722;
|
|
1551
|
-
t.Z = 611;
|
|
1552
|
-
t.bracketleft = 333;
|
|
1553
|
-
t.backslash = 278;
|
|
1554
|
-
t.bracketright = 333;
|
|
1555
|
-
t.asciicircum = 469;
|
|
1556
|
-
t.underscore = 500;
|
|
1557
|
-
t.quoteleft = 333;
|
|
1558
|
-
t.a = 444;
|
|
1559
|
-
t.b = 500;
|
|
1560
|
-
t.c = 444;
|
|
1561
|
-
t.d = 500;
|
|
1562
|
-
t.e = 444;
|
|
1563
|
-
t.f = 333;
|
|
1564
|
-
t.g = 500;
|
|
1565
|
-
t.h = 500;
|
|
1566
|
-
t.i = 278;
|
|
1567
|
-
t.j = 278;
|
|
1568
|
-
t.k = 500;
|
|
1569
|
-
t.l = 278;
|
|
1570
|
-
t.m = 778;
|
|
1571
|
-
t.n = 500;
|
|
1572
|
-
t.o = 500;
|
|
1573
|
-
t.p = 500;
|
|
1574
|
-
t.q = 500;
|
|
1575
|
-
t.r = 333;
|
|
1576
|
-
t.s = 389;
|
|
1577
|
-
t.t = 278;
|
|
1578
|
-
t.u = 500;
|
|
1579
|
-
t.v = 500;
|
|
1580
|
-
t.w = 722;
|
|
1581
|
-
t.x = 500;
|
|
1582
|
-
t.y = 500;
|
|
1583
|
-
t.z = 444;
|
|
1584
|
-
t.braceleft = 480;
|
|
1585
|
-
t.bar = 200;
|
|
1586
|
-
t.braceright = 480;
|
|
1587
|
-
t.asciitilde = 541;
|
|
1588
|
-
t.exclamdown = 333;
|
|
1589
|
-
t.cent = 500;
|
|
1590
|
-
t.sterling = 500;
|
|
1591
|
-
t.fraction = 167;
|
|
1592
|
-
t.yen = 500;
|
|
1593
|
-
t.florin = 500;
|
|
1594
|
-
t.section = 500;
|
|
1595
|
-
t.currency = 500;
|
|
1596
|
-
t.quotesingle = 180;
|
|
1597
|
-
t.quotedblleft = 444;
|
|
1598
|
-
t.guillemotleft = 500;
|
|
1599
|
-
t.guilsinglleft = 333;
|
|
1600
|
-
t.guilsinglright = 333;
|
|
1601
|
-
t.fi = 556;
|
|
1602
|
-
t.fl = 556;
|
|
1603
|
-
t.endash = 500;
|
|
1604
|
-
t.dagger = 500;
|
|
1605
|
-
t.daggerdbl = 500;
|
|
1606
|
-
t.periodcentered = 250;
|
|
1607
|
-
t.paragraph = 453;
|
|
1608
|
-
t.bullet = 350;
|
|
1609
|
-
t.quotesinglbase = 333;
|
|
1610
|
-
t.quotedblbase = 444;
|
|
1611
|
-
t.quotedblright = 444;
|
|
1612
|
-
t.guillemotright = 500;
|
|
1613
|
-
t.ellipsis = 1000;
|
|
1614
|
-
t.perthousand = 1000;
|
|
1615
|
-
t.questiondown = 444;
|
|
1616
|
-
t.grave = 333;
|
|
1617
|
-
t.acute = 333;
|
|
1618
|
-
t.circumflex = 333;
|
|
1619
|
-
t.tilde = 333;
|
|
1620
|
-
t.macron = 333;
|
|
1621
|
-
t.breve = 333;
|
|
1622
|
-
t.dotaccent = 333;
|
|
1623
|
-
t.dieresis = 333;
|
|
1624
|
-
t.ring = 333;
|
|
1625
|
-
t.cedilla = 333;
|
|
1626
|
-
t.hungarumlaut = 333;
|
|
1627
|
-
t.ogonek = 333;
|
|
1628
|
-
t.caron = 333;
|
|
1629
|
-
t.emdash = 1000;
|
|
1630
|
-
t.AE = 889;
|
|
1631
|
-
t.ordfeminine = 276;
|
|
1632
|
-
t.Lslash = 611;
|
|
1633
|
-
t.Oslash = 722;
|
|
1634
|
-
t.OE = 889;
|
|
1635
|
-
t.ordmasculine = 310;
|
|
1636
|
-
t.ae = 667;
|
|
1637
|
-
t.dotlessi = 278;
|
|
1638
|
-
t.lslash = 278;
|
|
1639
|
-
t.oslash = 500;
|
|
1640
|
-
t.oe = 722;
|
|
1641
|
-
t.germandbls = 500;
|
|
1642
|
-
t.Idieresis = 333;
|
|
1643
|
-
t.eacute = 444;
|
|
1644
|
-
t.abreve = 444;
|
|
1645
|
-
t.uhungarumlaut = 500;
|
|
1646
|
-
t.ecaron = 444;
|
|
1647
|
-
t.Ydieresis = 722;
|
|
1648
|
-
t.divide = 564;
|
|
1649
|
-
t.Yacute = 722;
|
|
1650
|
-
t.Acircumflex = 722;
|
|
1651
|
-
t.aacute = 444;
|
|
1652
|
-
t.Ucircumflex = 722;
|
|
1653
|
-
t.yacute = 500;
|
|
1654
|
-
t.scommaaccent = 389;
|
|
1655
|
-
t.ecircumflex = 444;
|
|
1656
|
-
t.Uring = 722;
|
|
1657
|
-
t.Udieresis = 722;
|
|
1658
|
-
t.aogonek = 444;
|
|
1659
|
-
t.Uacute = 722;
|
|
1660
|
-
t.uogonek = 500;
|
|
1661
|
-
t.Edieresis = 611;
|
|
1662
|
-
t.Dcroat = 722;
|
|
1663
|
-
t.commaaccent = 250;
|
|
1664
|
-
t.copyright = 760;
|
|
1665
|
-
t.Emacron = 611;
|
|
1666
|
-
t.ccaron = 444;
|
|
1667
|
-
t.aring = 444;
|
|
1668
|
-
t.Ncommaaccent = 722;
|
|
1669
|
-
t.lacute = 278;
|
|
1670
|
-
t.agrave = 444;
|
|
1671
|
-
t.Tcommaaccent = 611;
|
|
1672
|
-
t.Cacute = 667;
|
|
1673
|
-
t.atilde = 444;
|
|
1674
|
-
t.Edotaccent = 611;
|
|
1675
|
-
t.scaron = 389;
|
|
1676
|
-
t.scedilla = 389;
|
|
1677
|
-
t.iacute = 278;
|
|
1678
|
-
t.lozenge = 471;
|
|
1679
|
-
t.Rcaron = 667;
|
|
1680
|
-
t.Gcommaaccent = 722;
|
|
1681
|
-
t.ucircumflex = 500;
|
|
1682
|
-
t.acircumflex = 444;
|
|
1683
|
-
t.Amacron = 722;
|
|
1684
|
-
t.rcaron = 333;
|
|
1685
|
-
t.ccedilla = 444;
|
|
1686
|
-
t.Zdotaccent = 611;
|
|
1687
|
-
t.Thorn = 556;
|
|
1688
|
-
t.Omacron = 722;
|
|
1689
|
-
t.Racute = 667;
|
|
1690
|
-
t.Sacute = 556;
|
|
1691
|
-
t.dcaron = 588;
|
|
1692
|
-
t.Umacron = 722;
|
|
1693
|
-
t.uring = 500;
|
|
1694
|
-
t.threesuperior = 300;
|
|
1695
|
-
t.Ograve = 722;
|
|
1696
|
-
t.Agrave = 722;
|
|
1697
|
-
t.Abreve = 722;
|
|
1698
|
-
t.multiply = 564;
|
|
1699
|
-
t.uacute = 500;
|
|
1700
|
-
t.Tcaron = 611;
|
|
1701
|
-
t.partialdiff = 476;
|
|
1702
|
-
t.ydieresis = 500;
|
|
1703
|
-
t.Nacute = 722;
|
|
1704
|
-
t.icircumflex = 278;
|
|
1705
|
-
t.Ecircumflex = 611;
|
|
1706
|
-
t.adieresis = 444;
|
|
1707
|
-
t.edieresis = 444;
|
|
1708
|
-
t.cacute = 444;
|
|
1709
|
-
t.nacute = 500;
|
|
1710
|
-
t.umacron = 500;
|
|
1711
|
-
t.Ncaron = 722;
|
|
1712
|
-
t.Iacute = 333;
|
|
1713
|
-
t.plusminus = 564;
|
|
1714
|
-
t.brokenbar = 200;
|
|
1715
|
-
t.registered = 760;
|
|
1716
|
-
t.Gbreve = 722;
|
|
1717
|
-
t.Idotaccent = 333;
|
|
1718
|
-
t.summation = 600;
|
|
1719
|
-
t.Egrave = 611;
|
|
1720
|
-
t.racute = 333;
|
|
1721
|
-
t.omacron = 500;
|
|
1722
|
-
t.Zacute = 611;
|
|
1723
|
-
t.Zcaron = 611;
|
|
1724
|
-
t.greaterequal = 549;
|
|
1725
|
-
t.Eth = 722;
|
|
1726
|
-
t.Ccedilla = 667;
|
|
1727
|
-
t.lcommaaccent = 278;
|
|
1728
|
-
t.tcaron = 326;
|
|
1729
|
-
t.eogonek = 444;
|
|
1730
|
-
t.Uogonek = 722;
|
|
1731
|
-
t.Aacute = 722;
|
|
1732
|
-
t.Adieresis = 722;
|
|
1733
|
-
t.egrave = 444;
|
|
1734
|
-
t.zacute = 444;
|
|
1735
|
-
t.iogonek = 278;
|
|
1736
|
-
t.Oacute = 722;
|
|
1737
|
-
t.oacute = 500;
|
|
1738
|
-
t.amacron = 444;
|
|
1739
|
-
t.sacute = 389;
|
|
1740
|
-
t.idieresis = 278;
|
|
1741
|
-
t.Ocircumflex = 722;
|
|
1742
|
-
t.Ugrave = 722;
|
|
1743
|
-
t.Delta = 612;
|
|
1744
|
-
t.thorn = 500;
|
|
1745
|
-
t.twosuperior = 300;
|
|
1746
|
-
t.Odieresis = 722;
|
|
1747
|
-
t.mu = 500;
|
|
1748
|
-
t.igrave = 278;
|
|
1749
|
-
t.ohungarumlaut = 500;
|
|
1750
|
-
t.Eogonek = 611;
|
|
1751
|
-
t.dcroat = 500;
|
|
1752
|
-
t.threequarters = 750;
|
|
1753
|
-
t.Scedilla = 556;
|
|
1754
|
-
t.lcaron = 344;
|
|
1755
|
-
t.Kcommaaccent = 722;
|
|
1756
|
-
t.Lacute = 611;
|
|
1757
|
-
t.trademark = 980;
|
|
1758
|
-
t.edotaccent = 444;
|
|
1759
|
-
t.Igrave = 333;
|
|
1760
|
-
t.Imacron = 333;
|
|
1761
|
-
t.Lcaron = 611;
|
|
1762
|
-
t.onehalf = 750;
|
|
1763
|
-
t.lessequal = 549;
|
|
1764
|
-
t.ocircumflex = 500;
|
|
1765
|
-
t.ntilde = 500;
|
|
1766
|
-
t.Uhungarumlaut = 722;
|
|
1767
|
-
t.Eacute = 611;
|
|
1768
|
-
t.emacron = 444;
|
|
1769
|
-
t.gbreve = 500;
|
|
1770
|
-
t.onequarter = 750;
|
|
1771
|
-
t.Scaron = 556;
|
|
1772
|
-
t.Scommaaccent = 556;
|
|
1773
|
-
t.Ohungarumlaut = 722;
|
|
1774
|
-
t.degree = 400;
|
|
1775
|
-
t.ograve = 500;
|
|
1776
|
-
t.Ccaron = 667;
|
|
1777
|
-
t.ugrave = 500;
|
|
1778
|
-
t.radical = 453;
|
|
1779
|
-
t.Dcaron = 722;
|
|
1780
|
-
t.rcommaaccent = 333;
|
|
1781
|
-
t.Ntilde = 722;
|
|
1782
|
-
t.otilde = 500;
|
|
1783
|
-
t.Rcommaaccent = 667;
|
|
1784
|
-
t.Lcommaaccent = 611;
|
|
1785
|
-
t.Atilde = 722;
|
|
1786
|
-
t.Aogonek = 722;
|
|
1787
|
-
t.Aring = 722;
|
|
1788
|
-
t.Otilde = 722;
|
|
1789
|
-
t.zdotaccent = 444;
|
|
1790
|
-
t.Ecaron = 611;
|
|
1791
|
-
t.Iogonek = 333;
|
|
1792
|
-
t.kcommaaccent = 500;
|
|
1793
|
-
t.minus = 564;
|
|
1794
|
-
t.Icircumflex = 333;
|
|
1795
|
-
t.ncaron = 500;
|
|
1796
|
-
t.tcommaaccent = 278;
|
|
1797
|
-
t.logicalnot = 564;
|
|
1798
|
-
t.odieresis = 500;
|
|
1799
|
-
t.udieresis = 500;
|
|
1800
|
-
t.notequal = 549;
|
|
1801
|
-
t.gcommaaccent = 500;
|
|
1802
|
-
t.eth = 500;
|
|
1803
|
-
t.zcaron = 444;
|
|
1804
|
-
t.ncommaaccent = 500;
|
|
1805
|
-
t.onesuperior = 300;
|
|
1806
|
-
t.imacron = 278;
|
|
1807
|
-
t.Euro = 500;
|
|
1808
|
-
});
|
|
1809
|
-
// eslint-disable-next-line no-shadow
|
|
1810
|
-
t["Times-Bold"] = getLookupTableFactory(function (t) {
|
|
1811
|
-
t.space = 250;
|
|
1812
|
-
t.exclam = 333;
|
|
1813
|
-
t.quotedbl = 555;
|
|
1814
|
-
t.numbersign = 500;
|
|
1815
|
-
t.dollar = 500;
|
|
1816
|
-
t.percent = 1000;
|
|
1817
|
-
t.ampersand = 833;
|
|
1818
|
-
t.quoteright = 333;
|
|
1819
|
-
t.parenleft = 333;
|
|
1820
|
-
t.parenright = 333;
|
|
1821
|
-
t.asterisk = 500;
|
|
1822
|
-
t.plus = 570;
|
|
1823
|
-
t.comma = 250;
|
|
1824
|
-
t.hyphen = 333;
|
|
1825
|
-
t.period = 250;
|
|
1826
|
-
t.slash = 278;
|
|
1827
|
-
t.zero = 500;
|
|
1828
|
-
t.one = 500;
|
|
1829
|
-
t.two = 500;
|
|
1830
|
-
t.three = 500;
|
|
1831
|
-
t.four = 500;
|
|
1832
|
-
t.five = 500;
|
|
1833
|
-
t.six = 500;
|
|
1834
|
-
t.seven = 500;
|
|
1835
|
-
t.eight = 500;
|
|
1836
|
-
t.nine = 500;
|
|
1837
|
-
t.colon = 333;
|
|
1838
|
-
t.semicolon = 333;
|
|
1839
|
-
t.less = 570;
|
|
1840
|
-
t.equal = 570;
|
|
1841
|
-
t.greater = 570;
|
|
1842
|
-
t.question = 500;
|
|
1843
|
-
t.at = 930;
|
|
1844
|
-
t.A = 722;
|
|
1845
|
-
t.B = 667;
|
|
1846
|
-
t.C = 722;
|
|
1847
|
-
t.D = 722;
|
|
1848
|
-
t.E = 667;
|
|
1849
|
-
t.F = 611;
|
|
1850
|
-
t.G = 778;
|
|
1851
|
-
t.H = 778;
|
|
1852
|
-
t.I = 389;
|
|
1853
|
-
t.J = 500;
|
|
1854
|
-
t.K = 778;
|
|
1855
|
-
t.L = 667;
|
|
1856
|
-
t.M = 944;
|
|
1857
|
-
t.N = 722;
|
|
1858
|
-
t.O = 778;
|
|
1859
|
-
t.P = 611;
|
|
1860
|
-
t.Q = 778;
|
|
1861
|
-
t.R = 722;
|
|
1862
|
-
t.S = 556;
|
|
1863
|
-
t.T = 667;
|
|
1864
|
-
t.U = 722;
|
|
1865
|
-
t.V = 722;
|
|
1866
|
-
t.W = 1000;
|
|
1867
|
-
t.X = 722;
|
|
1868
|
-
t.Y = 722;
|
|
1869
|
-
t.Z = 667;
|
|
1870
|
-
t.bracketleft = 333;
|
|
1871
|
-
t.backslash = 278;
|
|
1872
|
-
t.bracketright = 333;
|
|
1873
|
-
t.asciicircum = 581;
|
|
1874
|
-
t.underscore = 500;
|
|
1875
|
-
t.quoteleft = 333;
|
|
1876
|
-
t.a = 500;
|
|
1877
|
-
t.b = 556;
|
|
1878
|
-
t.c = 444;
|
|
1879
|
-
t.d = 556;
|
|
1880
|
-
t.e = 444;
|
|
1881
|
-
t.f = 333;
|
|
1882
|
-
t.g = 500;
|
|
1883
|
-
t.h = 556;
|
|
1884
|
-
t.i = 278;
|
|
1885
|
-
t.j = 333;
|
|
1886
|
-
t.k = 556;
|
|
1887
|
-
t.l = 278;
|
|
1888
|
-
t.m = 833;
|
|
1889
|
-
t.n = 556;
|
|
1890
|
-
t.o = 500;
|
|
1891
|
-
t.p = 556;
|
|
1892
|
-
t.q = 556;
|
|
1893
|
-
t.r = 444;
|
|
1894
|
-
t.s = 389;
|
|
1895
|
-
t.t = 333;
|
|
1896
|
-
t.u = 556;
|
|
1897
|
-
t.v = 500;
|
|
1898
|
-
t.w = 722;
|
|
1899
|
-
t.x = 500;
|
|
1900
|
-
t.y = 500;
|
|
1901
|
-
t.z = 444;
|
|
1902
|
-
t.braceleft = 394;
|
|
1903
|
-
t.bar = 220;
|
|
1904
|
-
t.braceright = 394;
|
|
1905
|
-
t.asciitilde = 520;
|
|
1906
|
-
t.exclamdown = 333;
|
|
1907
|
-
t.cent = 500;
|
|
1908
|
-
t.sterling = 500;
|
|
1909
|
-
t.fraction = 167;
|
|
1910
|
-
t.yen = 500;
|
|
1911
|
-
t.florin = 500;
|
|
1912
|
-
t.section = 500;
|
|
1913
|
-
t.currency = 500;
|
|
1914
|
-
t.quotesingle = 278;
|
|
1915
|
-
t.quotedblleft = 500;
|
|
1916
|
-
t.guillemotleft = 500;
|
|
1917
|
-
t.guilsinglleft = 333;
|
|
1918
|
-
t.guilsinglright = 333;
|
|
1919
|
-
t.fi = 556;
|
|
1920
|
-
t.fl = 556;
|
|
1921
|
-
t.endash = 500;
|
|
1922
|
-
t.dagger = 500;
|
|
1923
|
-
t.daggerdbl = 500;
|
|
1924
|
-
t.periodcentered = 250;
|
|
1925
|
-
t.paragraph = 540;
|
|
1926
|
-
t.bullet = 350;
|
|
1927
|
-
t.quotesinglbase = 333;
|
|
1928
|
-
t.quotedblbase = 500;
|
|
1929
|
-
t.quotedblright = 500;
|
|
1930
|
-
t.guillemotright = 500;
|
|
1931
|
-
t.ellipsis = 1000;
|
|
1932
|
-
t.perthousand = 1000;
|
|
1933
|
-
t.questiondown = 500;
|
|
1934
|
-
t.grave = 333;
|
|
1935
|
-
t.acute = 333;
|
|
1936
|
-
t.circumflex = 333;
|
|
1937
|
-
t.tilde = 333;
|
|
1938
|
-
t.macron = 333;
|
|
1939
|
-
t.breve = 333;
|
|
1940
|
-
t.dotaccent = 333;
|
|
1941
|
-
t.dieresis = 333;
|
|
1942
|
-
t.ring = 333;
|
|
1943
|
-
t.cedilla = 333;
|
|
1944
|
-
t.hungarumlaut = 333;
|
|
1945
|
-
t.ogonek = 333;
|
|
1946
|
-
t.caron = 333;
|
|
1947
|
-
t.emdash = 1000;
|
|
1948
|
-
t.AE = 1000;
|
|
1949
|
-
t.ordfeminine = 300;
|
|
1950
|
-
t.Lslash = 667;
|
|
1951
|
-
t.Oslash = 778;
|
|
1952
|
-
t.OE = 1000;
|
|
1953
|
-
t.ordmasculine = 330;
|
|
1954
|
-
t.ae = 722;
|
|
1955
|
-
t.dotlessi = 278;
|
|
1956
|
-
t.lslash = 278;
|
|
1957
|
-
t.oslash = 500;
|
|
1958
|
-
t.oe = 722;
|
|
1959
|
-
t.germandbls = 556;
|
|
1960
|
-
t.Idieresis = 389;
|
|
1961
|
-
t.eacute = 444;
|
|
1962
|
-
t.abreve = 500;
|
|
1963
|
-
t.uhungarumlaut = 556;
|
|
1964
|
-
t.ecaron = 444;
|
|
1965
|
-
t.Ydieresis = 722;
|
|
1966
|
-
t.divide = 570;
|
|
1967
|
-
t.Yacute = 722;
|
|
1968
|
-
t.Acircumflex = 722;
|
|
1969
|
-
t.aacute = 500;
|
|
1970
|
-
t.Ucircumflex = 722;
|
|
1971
|
-
t.yacute = 500;
|
|
1972
|
-
t.scommaaccent = 389;
|
|
1973
|
-
t.ecircumflex = 444;
|
|
1974
|
-
t.Uring = 722;
|
|
1975
|
-
t.Udieresis = 722;
|
|
1976
|
-
t.aogonek = 500;
|
|
1977
|
-
t.Uacute = 722;
|
|
1978
|
-
t.uogonek = 556;
|
|
1979
|
-
t.Edieresis = 667;
|
|
1980
|
-
t.Dcroat = 722;
|
|
1981
|
-
t.commaaccent = 250;
|
|
1982
|
-
t.copyright = 747;
|
|
1983
|
-
t.Emacron = 667;
|
|
1984
|
-
t.ccaron = 444;
|
|
1985
|
-
t.aring = 500;
|
|
1986
|
-
t.Ncommaaccent = 722;
|
|
1987
|
-
t.lacute = 278;
|
|
1988
|
-
t.agrave = 500;
|
|
1989
|
-
t.Tcommaaccent = 667;
|
|
1990
|
-
t.Cacute = 722;
|
|
1991
|
-
t.atilde = 500;
|
|
1992
|
-
t.Edotaccent = 667;
|
|
1993
|
-
t.scaron = 389;
|
|
1994
|
-
t.scedilla = 389;
|
|
1995
|
-
t.iacute = 278;
|
|
1996
|
-
t.lozenge = 494;
|
|
1997
|
-
t.Rcaron = 722;
|
|
1998
|
-
t.Gcommaaccent = 778;
|
|
1999
|
-
t.ucircumflex = 556;
|
|
2000
|
-
t.acircumflex = 500;
|
|
2001
|
-
t.Amacron = 722;
|
|
2002
|
-
t.rcaron = 444;
|
|
2003
|
-
t.ccedilla = 444;
|
|
2004
|
-
t.Zdotaccent = 667;
|
|
2005
|
-
t.Thorn = 611;
|
|
2006
|
-
t.Omacron = 778;
|
|
2007
|
-
t.Racute = 722;
|
|
2008
|
-
t.Sacute = 556;
|
|
2009
|
-
t.dcaron = 672;
|
|
2010
|
-
t.Umacron = 722;
|
|
2011
|
-
t.uring = 556;
|
|
2012
|
-
t.threesuperior = 300;
|
|
2013
|
-
t.Ograve = 778;
|
|
2014
|
-
t.Agrave = 722;
|
|
2015
|
-
t.Abreve = 722;
|
|
2016
|
-
t.multiply = 570;
|
|
2017
|
-
t.uacute = 556;
|
|
2018
|
-
t.Tcaron = 667;
|
|
2019
|
-
t.partialdiff = 494;
|
|
2020
|
-
t.ydieresis = 500;
|
|
2021
|
-
t.Nacute = 722;
|
|
2022
|
-
t.icircumflex = 278;
|
|
2023
|
-
t.Ecircumflex = 667;
|
|
2024
|
-
t.adieresis = 500;
|
|
2025
|
-
t.edieresis = 444;
|
|
2026
|
-
t.cacute = 444;
|
|
2027
|
-
t.nacute = 556;
|
|
2028
|
-
t.umacron = 556;
|
|
2029
|
-
t.Ncaron = 722;
|
|
2030
|
-
t.Iacute = 389;
|
|
2031
|
-
t.plusminus = 570;
|
|
2032
|
-
t.brokenbar = 220;
|
|
2033
|
-
t.registered = 747;
|
|
2034
|
-
t.Gbreve = 778;
|
|
2035
|
-
t.Idotaccent = 389;
|
|
2036
|
-
t.summation = 600;
|
|
2037
|
-
t.Egrave = 667;
|
|
2038
|
-
t.racute = 444;
|
|
2039
|
-
t.omacron = 500;
|
|
2040
|
-
t.Zacute = 667;
|
|
2041
|
-
t.Zcaron = 667;
|
|
2042
|
-
t.greaterequal = 549;
|
|
2043
|
-
t.Eth = 722;
|
|
2044
|
-
t.Ccedilla = 722;
|
|
2045
|
-
t.lcommaaccent = 278;
|
|
2046
|
-
t.tcaron = 416;
|
|
2047
|
-
t.eogonek = 444;
|
|
2048
|
-
t.Uogonek = 722;
|
|
2049
|
-
t.Aacute = 722;
|
|
2050
|
-
t.Adieresis = 722;
|
|
2051
|
-
t.egrave = 444;
|
|
2052
|
-
t.zacute = 444;
|
|
2053
|
-
t.iogonek = 278;
|
|
2054
|
-
t.Oacute = 778;
|
|
2055
|
-
t.oacute = 500;
|
|
2056
|
-
t.amacron = 500;
|
|
2057
|
-
t.sacute = 389;
|
|
2058
|
-
t.idieresis = 278;
|
|
2059
|
-
t.Ocircumflex = 778;
|
|
2060
|
-
t.Ugrave = 722;
|
|
2061
|
-
t.Delta = 612;
|
|
2062
|
-
t.thorn = 556;
|
|
2063
|
-
t.twosuperior = 300;
|
|
2064
|
-
t.Odieresis = 778;
|
|
2065
|
-
t.mu = 556;
|
|
2066
|
-
t.igrave = 278;
|
|
2067
|
-
t.ohungarumlaut = 500;
|
|
2068
|
-
t.Eogonek = 667;
|
|
2069
|
-
t.dcroat = 556;
|
|
2070
|
-
t.threequarters = 750;
|
|
2071
|
-
t.Scedilla = 556;
|
|
2072
|
-
t.lcaron = 394;
|
|
2073
|
-
t.Kcommaaccent = 778;
|
|
2074
|
-
t.Lacute = 667;
|
|
2075
|
-
t.trademark = 1000;
|
|
2076
|
-
t.edotaccent = 444;
|
|
2077
|
-
t.Igrave = 389;
|
|
2078
|
-
t.Imacron = 389;
|
|
2079
|
-
t.Lcaron = 667;
|
|
2080
|
-
t.onehalf = 750;
|
|
2081
|
-
t.lessequal = 549;
|
|
2082
|
-
t.ocircumflex = 500;
|
|
2083
|
-
t.ntilde = 556;
|
|
2084
|
-
t.Uhungarumlaut = 722;
|
|
2085
|
-
t.Eacute = 667;
|
|
2086
|
-
t.emacron = 444;
|
|
2087
|
-
t.gbreve = 500;
|
|
2088
|
-
t.onequarter = 750;
|
|
2089
|
-
t.Scaron = 556;
|
|
2090
|
-
t.Scommaaccent = 556;
|
|
2091
|
-
t.Ohungarumlaut = 778;
|
|
2092
|
-
t.degree = 400;
|
|
2093
|
-
t.ograve = 500;
|
|
2094
|
-
t.Ccaron = 722;
|
|
2095
|
-
t.ugrave = 556;
|
|
2096
|
-
t.radical = 549;
|
|
2097
|
-
t.Dcaron = 722;
|
|
2098
|
-
t.rcommaaccent = 444;
|
|
2099
|
-
t.Ntilde = 722;
|
|
2100
|
-
t.otilde = 500;
|
|
2101
|
-
t.Rcommaaccent = 722;
|
|
2102
|
-
t.Lcommaaccent = 667;
|
|
2103
|
-
t.Atilde = 722;
|
|
2104
|
-
t.Aogonek = 722;
|
|
2105
|
-
t.Aring = 722;
|
|
2106
|
-
t.Otilde = 778;
|
|
2107
|
-
t.zdotaccent = 444;
|
|
2108
|
-
t.Ecaron = 667;
|
|
2109
|
-
t.Iogonek = 389;
|
|
2110
|
-
t.kcommaaccent = 556;
|
|
2111
|
-
t.minus = 570;
|
|
2112
|
-
t.Icircumflex = 389;
|
|
2113
|
-
t.ncaron = 556;
|
|
2114
|
-
t.tcommaaccent = 333;
|
|
2115
|
-
t.logicalnot = 570;
|
|
2116
|
-
t.odieresis = 500;
|
|
2117
|
-
t.udieresis = 556;
|
|
2118
|
-
t.notequal = 549;
|
|
2119
|
-
t.gcommaaccent = 500;
|
|
2120
|
-
t.eth = 500;
|
|
2121
|
-
t.zcaron = 444;
|
|
2122
|
-
t.ncommaaccent = 556;
|
|
2123
|
-
t.onesuperior = 300;
|
|
2124
|
-
t.imacron = 278;
|
|
2125
|
-
t.Euro = 500;
|
|
2126
|
-
});
|
|
2127
|
-
// eslint-disable-next-line no-shadow
|
|
2128
|
-
t["Times-BoldItalic"] = getLookupTableFactory(function (t) {
|
|
2129
|
-
t.space = 250;
|
|
2130
|
-
t.exclam = 389;
|
|
2131
|
-
t.quotedbl = 555;
|
|
2132
|
-
t.numbersign = 500;
|
|
2133
|
-
t.dollar = 500;
|
|
2134
|
-
t.percent = 833;
|
|
2135
|
-
t.ampersand = 778;
|
|
2136
|
-
t.quoteright = 333;
|
|
2137
|
-
t.parenleft = 333;
|
|
2138
|
-
t.parenright = 333;
|
|
2139
|
-
t.asterisk = 500;
|
|
2140
|
-
t.plus = 570;
|
|
2141
|
-
t.comma = 250;
|
|
2142
|
-
t.hyphen = 333;
|
|
2143
|
-
t.period = 250;
|
|
2144
|
-
t.slash = 278;
|
|
2145
|
-
t.zero = 500;
|
|
2146
|
-
t.one = 500;
|
|
2147
|
-
t.two = 500;
|
|
2148
|
-
t.three = 500;
|
|
2149
|
-
t.four = 500;
|
|
2150
|
-
t.five = 500;
|
|
2151
|
-
t.six = 500;
|
|
2152
|
-
t.seven = 500;
|
|
2153
|
-
t.eight = 500;
|
|
2154
|
-
t.nine = 500;
|
|
2155
|
-
t.colon = 333;
|
|
2156
|
-
t.semicolon = 333;
|
|
2157
|
-
t.less = 570;
|
|
2158
|
-
t.equal = 570;
|
|
2159
|
-
t.greater = 570;
|
|
2160
|
-
t.question = 500;
|
|
2161
|
-
t.at = 832;
|
|
2162
|
-
t.A = 667;
|
|
2163
|
-
t.B = 667;
|
|
2164
|
-
t.C = 667;
|
|
2165
|
-
t.D = 722;
|
|
2166
|
-
t.E = 667;
|
|
2167
|
-
t.F = 667;
|
|
2168
|
-
t.G = 722;
|
|
2169
|
-
t.H = 778;
|
|
2170
|
-
t.I = 389;
|
|
2171
|
-
t.J = 500;
|
|
2172
|
-
t.K = 667;
|
|
2173
|
-
t.L = 611;
|
|
2174
|
-
t.M = 889;
|
|
2175
|
-
t.N = 722;
|
|
2176
|
-
t.O = 722;
|
|
2177
|
-
t.P = 611;
|
|
2178
|
-
t.Q = 722;
|
|
2179
|
-
t.R = 667;
|
|
2180
|
-
t.S = 556;
|
|
2181
|
-
t.T = 611;
|
|
2182
|
-
t.U = 722;
|
|
2183
|
-
t.V = 667;
|
|
2184
|
-
t.W = 889;
|
|
2185
|
-
t.X = 667;
|
|
2186
|
-
t.Y = 611;
|
|
2187
|
-
t.Z = 611;
|
|
2188
|
-
t.bracketleft = 333;
|
|
2189
|
-
t.backslash = 278;
|
|
2190
|
-
t.bracketright = 333;
|
|
2191
|
-
t.asciicircum = 570;
|
|
2192
|
-
t.underscore = 500;
|
|
2193
|
-
t.quoteleft = 333;
|
|
2194
|
-
t.a = 500;
|
|
2195
|
-
t.b = 500;
|
|
2196
|
-
t.c = 444;
|
|
2197
|
-
t.d = 500;
|
|
2198
|
-
t.e = 444;
|
|
2199
|
-
t.f = 333;
|
|
2200
|
-
t.g = 500;
|
|
2201
|
-
t.h = 556;
|
|
2202
|
-
t.i = 278;
|
|
2203
|
-
t.j = 278;
|
|
2204
|
-
t.k = 500;
|
|
2205
|
-
t.l = 278;
|
|
2206
|
-
t.m = 778;
|
|
2207
|
-
t.n = 556;
|
|
2208
|
-
t.o = 500;
|
|
2209
|
-
t.p = 500;
|
|
2210
|
-
t.q = 500;
|
|
2211
|
-
t.r = 389;
|
|
2212
|
-
t.s = 389;
|
|
2213
|
-
t.t = 278;
|
|
2214
|
-
t.u = 556;
|
|
2215
|
-
t.v = 444;
|
|
2216
|
-
t.w = 667;
|
|
2217
|
-
t.x = 500;
|
|
2218
|
-
t.y = 444;
|
|
2219
|
-
t.z = 389;
|
|
2220
|
-
t.braceleft = 348;
|
|
2221
|
-
t.bar = 220;
|
|
2222
|
-
t.braceright = 348;
|
|
2223
|
-
t.asciitilde = 570;
|
|
2224
|
-
t.exclamdown = 389;
|
|
2225
|
-
t.cent = 500;
|
|
2226
|
-
t.sterling = 500;
|
|
2227
|
-
t.fraction = 167;
|
|
2228
|
-
t.yen = 500;
|
|
2229
|
-
t.florin = 500;
|
|
2230
|
-
t.section = 500;
|
|
2231
|
-
t.currency = 500;
|
|
2232
|
-
t.quotesingle = 278;
|
|
2233
|
-
t.quotedblleft = 500;
|
|
2234
|
-
t.guillemotleft = 500;
|
|
2235
|
-
t.guilsinglleft = 333;
|
|
2236
|
-
t.guilsinglright = 333;
|
|
2237
|
-
t.fi = 556;
|
|
2238
|
-
t.fl = 556;
|
|
2239
|
-
t.endash = 500;
|
|
2240
|
-
t.dagger = 500;
|
|
2241
|
-
t.daggerdbl = 500;
|
|
2242
|
-
t.periodcentered = 250;
|
|
2243
|
-
t.paragraph = 500;
|
|
2244
|
-
t.bullet = 350;
|
|
2245
|
-
t.quotesinglbase = 333;
|
|
2246
|
-
t.quotedblbase = 500;
|
|
2247
|
-
t.quotedblright = 500;
|
|
2248
|
-
t.guillemotright = 500;
|
|
2249
|
-
t.ellipsis = 1000;
|
|
2250
|
-
t.perthousand = 1000;
|
|
2251
|
-
t.questiondown = 500;
|
|
2252
|
-
t.grave = 333;
|
|
2253
|
-
t.acute = 333;
|
|
2254
|
-
t.circumflex = 333;
|
|
2255
|
-
t.tilde = 333;
|
|
2256
|
-
t.macron = 333;
|
|
2257
|
-
t.breve = 333;
|
|
2258
|
-
t.dotaccent = 333;
|
|
2259
|
-
t.dieresis = 333;
|
|
2260
|
-
t.ring = 333;
|
|
2261
|
-
t.cedilla = 333;
|
|
2262
|
-
t.hungarumlaut = 333;
|
|
2263
|
-
t.ogonek = 333;
|
|
2264
|
-
t.caron = 333;
|
|
2265
|
-
t.emdash = 1000;
|
|
2266
|
-
t.AE = 944;
|
|
2267
|
-
t.ordfeminine = 266;
|
|
2268
|
-
t.Lslash = 611;
|
|
2269
|
-
t.Oslash = 722;
|
|
2270
|
-
t.OE = 944;
|
|
2271
|
-
t.ordmasculine = 300;
|
|
2272
|
-
t.ae = 722;
|
|
2273
|
-
t.dotlessi = 278;
|
|
2274
|
-
t.lslash = 278;
|
|
2275
|
-
t.oslash = 500;
|
|
2276
|
-
t.oe = 722;
|
|
2277
|
-
t.germandbls = 500;
|
|
2278
|
-
t.Idieresis = 389;
|
|
2279
|
-
t.eacute = 444;
|
|
2280
|
-
t.abreve = 500;
|
|
2281
|
-
t.uhungarumlaut = 556;
|
|
2282
|
-
t.ecaron = 444;
|
|
2283
|
-
t.Ydieresis = 611;
|
|
2284
|
-
t.divide = 570;
|
|
2285
|
-
t.Yacute = 611;
|
|
2286
|
-
t.Acircumflex = 667;
|
|
2287
|
-
t.aacute = 500;
|
|
2288
|
-
t.Ucircumflex = 722;
|
|
2289
|
-
t.yacute = 444;
|
|
2290
|
-
t.scommaaccent = 389;
|
|
2291
|
-
t.ecircumflex = 444;
|
|
2292
|
-
t.Uring = 722;
|
|
2293
|
-
t.Udieresis = 722;
|
|
2294
|
-
t.aogonek = 500;
|
|
2295
|
-
t.Uacute = 722;
|
|
2296
|
-
t.uogonek = 556;
|
|
2297
|
-
t.Edieresis = 667;
|
|
2298
|
-
t.Dcroat = 722;
|
|
2299
|
-
t.commaaccent = 250;
|
|
2300
|
-
t.copyright = 747;
|
|
2301
|
-
t.Emacron = 667;
|
|
2302
|
-
t.ccaron = 444;
|
|
2303
|
-
t.aring = 500;
|
|
2304
|
-
t.Ncommaaccent = 722;
|
|
2305
|
-
t.lacute = 278;
|
|
2306
|
-
t.agrave = 500;
|
|
2307
|
-
t.Tcommaaccent = 611;
|
|
2308
|
-
t.Cacute = 667;
|
|
2309
|
-
t.atilde = 500;
|
|
2310
|
-
t.Edotaccent = 667;
|
|
2311
|
-
t.scaron = 389;
|
|
2312
|
-
t.scedilla = 389;
|
|
2313
|
-
t.iacute = 278;
|
|
2314
|
-
t.lozenge = 494;
|
|
2315
|
-
t.Rcaron = 667;
|
|
2316
|
-
t.Gcommaaccent = 722;
|
|
2317
|
-
t.ucircumflex = 556;
|
|
2318
|
-
t.acircumflex = 500;
|
|
2319
|
-
t.Amacron = 667;
|
|
2320
|
-
t.rcaron = 389;
|
|
2321
|
-
t.ccedilla = 444;
|
|
2322
|
-
t.Zdotaccent = 611;
|
|
2323
|
-
t.Thorn = 611;
|
|
2324
|
-
t.Omacron = 722;
|
|
2325
|
-
t.Racute = 667;
|
|
2326
|
-
t.Sacute = 556;
|
|
2327
|
-
t.dcaron = 608;
|
|
2328
|
-
t.Umacron = 722;
|
|
2329
|
-
t.uring = 556;
|
|
2330
|
-
t.threesuperior = 300;
|
|
2331
|
-
t.Ograve = 722;
|
|
2332
|
-
t.Agrave = 667;
|
|
2333
|
-
t.Abreve = 667;
|
|
2334
|
-
t.multiply = 570;
|
|
2335
|
-
t.uacute = 556;
|
|
2336
|
-
t.Tcaron = 611;
|
|
2337
|
-
t.partialdiff = 494;
|
|
2338
|
-
t.ydieresis = 444;
|
|
2339
|
-
t.Nacute = 722;
|
|
2340
|
-
t.icircumflex = 278;
|
|
2341
|
-
t.Ecircumflex = 667;
|
|
2342
|
-
t.adieresis = 500;
|
|
2343
|
-
t.edieresis = 444;
|
|
2344
|
-
t.cacute = 444;
|
|
2345
|
-
t.nacute = 556;
|
|
2346
|
-
t.umacron = 556;
|
|
2347
|
-
t.Ncaron = 722;
|
|
2348
|
-
t.Iacute = 389;
|
|
2349
|
-
t.plusminus = 570;
|
|
2350
|
-
t.brokenbar = 220;
|
|
2351
|
-
t.registered = 747;
|
|
2352
|
-
t.Gbreve = 722;
|
|
2353
|
-
t.Idotaccent = 389;
|
|
2354
|
-
t.summation = 600;
|
|
2355
|
-
t.Egrave = 667;
|
|
2356
|
-
t.racute = 389;
|
|
2357
|
-
t.omacron = 500;
|
|
2358
|
-
t.Zacute = 611;
|
|
2359
|
-
t.Zcaron = 611;
|
|
2360
|
-
t.greaterequal = 549;
|
|
2361
|
-
t.Eth = 722;
|
|
2362
|
-
t.Ccedilla = 667;
|
|
2363
|
-
t.lcommaaccent = 278;
|
|
2364
|
-
t.tcaron = 366;
|
|
2365
|
-
t.eogonek = 444;
|
|
2366
|
-
t.Uogonek = 722;
|
|
2367
|
-
t.Aacute = 667;
|
|
2368
|
-
t.Adieresis = 667;
|
|
2369
|
-
t.egrave = 444;
|
|
2370
|
-
t.zacute = 389;
|
|
2371
|
-
t.iogonek = 278;
|
|
2372
|
-
t.Oacute = 722;
|
|
2373
|
-
t.oacute = 500;
|
|
2374
|
-
t.amacron = 500;
|
|
2375
|
-
t.sacute = 389;
|
|
2376
|
-
t.idieresis = 278;
|
|
2377
|
-
t.Ocircumflex = 722;
|
|
2378
|
-
t.Ugrave = 722;
|
|
2379
|
-
t.Delta = 612;
|
|
2380
|
-
t.thorn = 500;
|
|
2381
|
-
t.twosuperior = 300;
|
|
2382
|
-
t.Odieresis = 722;
|
|
2383
|
-
t.mu = 576;
|
|
2384
|
-
t.igrave = 278;
|
|
2385
|
-
t.ohungarumlaut = 500;
|
|
2386
|
-
t.Eogonek = 667;
|
|
2387
|
-
t.dcroat = 500;
|
|
2388
|
-
t.threequarters = 750;
|
|
2389
|
-
t.Scedilla = 556;
|
|
2390
|
-
t.lcaron = 382;
|
|
2391
|
-
t.Kcommaaccent = 667;
|
|
2392
|
-
t.Lacute = 611;
|
|
2393
|
-
t.trademark = 1000;
|
|
2394
|
-
t.edotaccent = 444;
|
|
2395
|
-
t.Igrave = 389;
|
|
2396
|
-
t.Imacron = 389;
|
|
2397
|
-
t.Lcaron = 611;
|
|
2398
|
-
t.onehalf = 750;
|
|
2399
|
-
t.lessequal = 549;
|
|
2400
|
-
t.ocircumflex = 500;
|
|
2401
|
-
t.ntilde = 556;
|
|
2402
|
-
t.Uhungarumlaut = 722;
|
|
2403
|
-
t.Eacute = 667;
|
|
2404
|
-
t.emacron = 444;
|
|
2405
|
-
t.gbreve = 500;
|
|
2406
|
-
t.onequarter = 750;
|
|
2407
|
-
t.Scaron = 556;
|
|
2408
|
-
t.Scommaaccent = 556;
|
|
2409
|
-
t.Ohungarumlaut = 722;
|
|
2410
|
-
t.degree = 400;
|
|
2411
|
-
t.ograve = 500;
|
|
2412
|
-
t.Ccaron = 667;
|
|
2413
|
-
t.ugrave = 556;
|
|
2414
|
-
t.radical = 549;
|
|
2415
|
-
t.Dcaron = 722;
|
|
2416
|
-
t.rcommaaccent = 389;
|
|
2417
|
-
t.Ntilde = 722;
|
|
2418
|
-
t.otilde = 500;
|
|
2419
|
-
t.Rcommaaccent = 667;
|
|
2420
|
-
t.Lcommaaccent = 611;
|
|
2421
|
-
t.Atilde = 667;
|
|
2422
|
-
t.Aogonek = 667;
|
|
2423
|
-
t.Aring = 667;
|
|
2424
|
-
t.Otilde = 722;
|
|
2425
|
-
t.zdotaccent = 389;
|
|
2426
|
-
t.Ecaron = 667;
|
|
2427
|
-
t.Iogonek = 389;
|
|
2428
|
-
t.kcommaaccent = 500;
|
|
2429
|
-
t.minus = 606;
|
|
2430
|
-
t.Icircumflex = 389;
|
|
2431
|
-
t.ncaron = 556;
|
|
2432
|
-
t.tcommaaccent = 278;
|
|
2433
|
-
t.logicalnot = 606;
|
|
2434
|
-
t.odieresis = 500;
|
|
2435
|
-
t.udieresis = 556;
|
|
2436
|
-
t.notequal = 549;
|
|
2437
|
-
t.gcommaaccent = 500;
|
|
2438
|
-
t.eth = 500;
|
|
2439
|
-
t.zcaron = 389;
|
|
2440
|
-
t.ncommaaccent = 556;
|
|
2441
|
-
t.onesuperior = 300;
|
|
2442
|
-
t.imacron = 278;
|
|
2443
|
-
t.Euro = 500;
|
|
2444
|
-
});
|
|
2445
|
-
// eslint-disable-next-line no-shadow
|
|
2446
|
-
t["Times-Italic"] = getLookupTableFactory(function (t) {
|
|
2447
|
-
t.space = 250;
|
|
2448
|
-
t.exclam = 333;
|
|
2449
|
-
t.quotedbl = 420;
|
|
2450
|
-
t.numbersign = 500;
|
|
2451
|
-
t.dollar = 500;
|
|
2452
|
-
t.percent = 833;
|
|
2453
|
-
t.ampersand = 778;
|
|
2454
|
-
t.quoteright = 333;
|
|
2455
|
-
t.parenleft = 333;
|
|
2456
|
-
t.parenright = 333;
|
|
2457
|
-
t.asterisk = 500;
|
|
2458
|
-
t.plus = 675;
|
|
2459
|
-
t.comma = 250;
|
|
2460
|
-
t.hyphen = 333;
|
|
2461
|
-
t.period = 250;
|
|
2462
|
-
t.slash = 278;
|
|
2463
|
-
t.zero = 500;
|
|
2464
|
-
t.one = 500;
|
|
2465
|
-
t.two = 500;
|
|
2466
|
-
t.three = 500;
|
|
2467
|
-
t.four = 500;
|
|
2468
|
-
t.five = 500;
|
|
2469
|
-
t.six = 500;
|
|
2470
|
-
t.seven = 500;
|
|
2471
|
-
t.eight = 500;
|
|
2472
|
-
t.nine = 500;
|
|
2473
|
-
t.colon = 333;
|
|
2474
|
-
t.semicolon = 333;
|
|
2475
|
-
t.less = 675;
|
|
2476
|
-
t.equal = 675;
|
|
2477
|
-
t.greater = 675;
|
|
2478
|
-
t.question = 500;
|
|
2479
|
-
t.at = 920;
|
|
2480
|
-
t.A = 611;
|
|
2481
|
-
t.B = 611;
|
|
2482
|
-
t.C = 667;
|
|
2483
|
-
t.D = 722;
|
|
2484
|
-
t.E = 611;
|
|
2485
|
-
t.F = 611;
|
|
2486
|
-
t.G = 722;
|
|
2487
|
-
t.H = 722;
|
|
2488
|
-
t.I = 333;
|
|
2489
|
-
t.J = 444;
|
|
2490
|
-
t.K = 667;
|
|
2491
|
-
t.L = 556;
|
|
2492
|
-
t.M = 833;
|
|
2493
|
-
t.N = 667;
|
|
2494
|
-
t.O = 722;
|
|
2495
|
-
t.P = 611;
|
|
2496
|
-
t.Q = 722;
|
|
2497
|
-
t.R = 611;
|
|
2498
|
-
t.S = 500;
|
|
2499
|
-
t.T = 556;
|
|
2500
|
-
t.U = 722;
|
|
2501
|
-
t.V = 611;
|
|
2502
|
-
t.W = 833;
|
|
2503
|
-
t.X = 611;
|
|
2504
|
-
t.Y = 556;
|
|
2505
|
-
t.Z = 556;
|
|
2506
|
-
t.bracketleft = 389;
|
|
2507
|
-
t.backslash = 278;
|
|
2508
|
-
t.bracketright = 389;
|
|
2509
|
-
t.asciicircum = 422;
|
|
2510
|
-
t.underscore = 500;
|
|
2511
|
-
t.quoteleft = 333;
|
|
2512
|
-
t.a = 500;
|
|
2513
|
-
t.b = 500;
|
|
2514
|
-
t.c = 444;
|
|
2515
|
-
t.d = 500;
|
|
2516
|
-
t.e = 444;
|
|
2517
|
-
t.f = 278;
|
|
2518
|
-
t.g = 500;
|
|
2519
|
-
t.h = 500;
|
|
2520
|
-
t.i = 278;
|
|
2521
|
-
t.j = 278;
|
|
2522
|
-
t.k = 444;
|
|
2523
|
-
t.l = 278;
|
|
2524
|
-
t.m = 722;
|
|
2525
|
-
t.n = 500;
|
|
2526
|
-
t.o = 500;
|
|
2527
|
-
t.p = 500;
|
|
2528
|
-
t.q = 500;
|
|
2529
|
-
t.r = 389;
|
|
2530
|
-
t.s = 389;
|
|
2531
|
-
t.t = 278;
|
|
2532
|
-
t.u = 500;
|
|
2533
|
-
t.v = 444;
|
|
2534
|
-
t.w = 667;
|
|
2535
|
-
t.x = 444;
|
|
2536
|
-
t.y = 444;
|
|
2537
|
-
t.z = 389;
|
|
2538
|
-
t.braceleft = 400;
|
|
2539
|
-
t.bar = 275;
|
|
2540
|
-
t.braceright = 400;
|
|
2541
|
-
t.asciitilde = 541;
|
|
2542
|
-
t.exclamdown = 389;
|
|
2543
|
-
t.cent = 500;
|
|
2544
|
-
t.sterling = 500;
|
|
2545
|
-
t.fraction = 167;
|
|
2546
|
-
t.yen = 500;
|
|
2547
|
-
t.florin = 500;
|
|
2548
|
-
t.section = 500;
|
|
2549
|
-
t.currency = 500;
|
|
2550
|
-
t.quotesingle = 214;
|
|
2551
|
-
t.quotedblleft = 556;
|
|
2552
|
-
t.guillemotleft = 500;
|
|
2553
|
-
t.guilsinglleft = 333;
|
|
2554
|
-
t.guilsinglright = 333;
|
|
2555
|
-
t.fi = 500;
|
|
2556
|
-
t.fl = 500;
|
|
2557
|
-
t.endash = 500;
|
|
2558
|
-
t.dagger = 500;
|
|
2559
|
-
t.daggerdbl = 500;
|
|
2560
|
-
t.periodcentered = 250;
|
|
2561
|
-
t.paragraph = 523;
|
|
2562
|
-
t.bullet = 350;
|
|
2563
|
-
t.quotesinglbase = 333;
|
|
2564
|
-
t.quotedblbase = 556;
|
|
2565
|
-
t.quotedblright = 556;
|
|
2566
|
-
t.guillemotright = 500;
|
|
2567
|
-
t.ellipsis = 889;
|
|
2568
|
-
t.perthousand = 1000;
|
|
2569
|
-
t.questiondown = 500;
|
|
2570
|
-
t.grave = 333;
|
|
2571
|
-
t.acute = 333;
|
|
2572
|
-
t.circumflex = 333;
|
|
2573
|
-
t.tilde = 333;
|
|
2574
|
-
t.macron = 333;
|
|
2575
|
-
t.breve = 333;
|
|
2576
|
-
t.dotaccent = 333;
|
|
2577
|
-
t.dieresis = 333;
|
|
2578
|
-
t.ring = 333;
|
|
2579
|
-
t.cedilla = 333;
|
|
2580
|
-
t.hungarumlaut = 333;
|
|
2581
|
-
t.ogonek = 333;
|
|
2582
|
-
t.caron = 333;
|
|
2583
|
-
t.emdash = 889;
|
|
2584
|
-
t.AE = 889;
|
|
2585
|
-
t.ordfeminine = 276;
|
|
2586
|
-
t.Lslash = 556;
|
|
2587
|
-
t.Oslash = 722;
|
|
2588
|
-
t.OE = 944;
|
|
2589
|
-
t.ordmasculine = 310;
|
|
2590
|
-
t.ae = 667;
|
|
2591
|
-
t.dotlessi = 278;
|
|
2592
|
-
t.lslash = 278;
|
|
2593
|
-
t.oslash = 500;
|
|
2594
|
-
t.oe = 667;
|
|
2595
|
-
t.germandbls = 500;
|
|
2596
|
-
t.Idieresis = 333;
|
|
2597
|
-
t.eacute = 444;
|
|
2598
|
-
t.abreve = 500;
|
|
2599
|
-
t.uhungarumlaut = 500;
|
|
2600
|
-
t.ecaron = 444;
|
|
2601
|
-
t.Ydieresis = 556;
|
|
2602
|
-
t.divide = 675;
|
|
2603
|
-
t.Yacute = 556;
|
|
2604
|
-
t.Acircumflex = 611;
|
|
2605
|
-
t.aacute = 500;
|
|
2606
|
-
t.Ucircumflex = 722;
|
|
2607
|
-
t.yacute = 444;
|
|
2608
|
-
t.scommaaccent = 389;
|
|
2609
|
-
t.ecircumflex = 444;
|
|
2610
|
-
t.Uring = 722;
|
|
2611
|
-
t.Udieresis = 722;
|
|
2612
|
-
t.aogonek = 500;
|
|
2613
|
-
t.Uacute = 722;
|
|
2614
|
-
t.uogonek = 500;
|
|
2615
|
-
t.Edieresis = 611;
|
|
2616
|
-
t.Dcroat = 722;
|
|
2617
|
-
t.commaaccent = 250;
|
|
2618
|
-
t.copyright = 760;
|
|
2619
|
-
t.Emacron = 611;
|
|
2620
|
-
t.ccaron = 444;
|
|
2621
|
-
t.aring = 500;
|
|
2622
|
-
t.Ncommaaccent = 667;
|
|
2623
|
-
t.lacute = 278;
|
|
2624
|
-
t.agrave = 500;
|
|
2625
|
-
t.Tcommaaccent = 556;
|
|
2626
|
-
t.Cacute = 667;
|
|
2627
|
-
t.atilde = 500;
|
|
2628
|
-
t.Edotaccent = 611;
|
|
2629
|
-
t.scaron = 389;
|
|
2630
|
-
t.scedilla = 389;
|
|
2631
|
-
t.iacute = 278;
|
|
2632
|
-
t.lozenge = 471;
|
|
2633
|
-
t.Rcaron = 611;
|
|
2634
|
-
t.Gcommaaccent = 722;
|
|
2635
|
-
t.ucircumflex = 500;
|
|
2636
|
-
t.acircumflex = 500;
|
|
2637
|
-
t.Amacron = 611;
|
|
2638
|
-
t.rcaron = 389;
|
|
2639
|
-
t.ccedilla = 444;
|
|
2640
|
-
t.Zdotaccent = 556;
|
|
2641
|
-
t.Thorn = 611;
|
|
2642
|
-
t.Omacron = 722;
|
|
2643
|
-
t.Racute = 611;
|
|
2644
|
-
t.Sacute = 500;
|
|
2645
|
-
t.dcaron = 544;
|
|
2646
|
-
t.Umacron = 722;
|
|
2647
|
-
t.uring = 500;
|
|
2648
|
-
t.threesuperior = 300;
|
|
2649
|
-
t.Ograve = 722;
|
|
2650
|
-
t.Agrave = 611;
|
|
2651
|
-
t.Abreve = 611;
|
|
2652
|
-
t.multiply = 675;
|
|
2653
|
-
t.uacute = 500;
|
|
2654
|
-
t.Tcaron = 556;
|
|
2655
|
-
t.partialdiff = 476;
|
|
2656
|
-
t.ydieresis = 444;
|
|
2657
|
-
t.Nacute = 667;
|
|
2658
|
-
t.icircumflex = 278;
|
|
2659
|
-
t.Ecircumflex = 611;
|
|
2660
|
-
t.adieresis = 500;
|
|
2661
|
-
t.edieresis = 444;
|
|
2662
|
-
t.cacute = 444;
|
|
2663
|
-
t.nacute = 500;
|
|
2664
|
-
t.umacron = 500;
|
|
2665
|
-
t.Ncaron = 667;
|
|
2666
|
-
t.Iacute = 333;
|
|
2667
|
-
t.plusminus = 675;
|
|
2668
|
-
t.brokenbar = 275;
|
|
2669
|
-
t.registered = 760;
|
|
2670
|
-
t.Gbreve = 722;
|
|
2671
|
-
t.Idotaccent = 333;
|
|
2672
|
-
t.summation = 600;
|
|
2673
|
-
t.Egrave = 611;
|
|
2674
|
-
t.racute = 389;
|
|
2675
|
-
t.omacron = 500;
|
|
2676
|
-
t.Zacute = 556;
|
|
2677
|
-
t.Zcaron = 556;
|
|
2678
|
-
t.greaterequal = 549;
|
|
2679
|
-
t.Eth = 722;
|
|
2680
|
-
t.Ccedilla = 667;
|
|
2681
|
-
t.lcommaaccent = 278;
|
|
2682
|
-
t.tcaron = 300;
|
|
2683
|
-
t.eogonek = 444;
|
|
2684
|
-
t.Uogonek = 722;
|
|
2685
|
-
t.Aacute = 611;
|
|
2686
|
-
t.Adieresis = 611;
|
|
2687
|
-
t.egrave = 444;
|
|
2688
|
-
t.zacute = 389;
|
|
2689
|
-
t.iogonek = 278;
|
|
2690
|
-
t.Oacute = 722;
|
|
2691
|
-
t.oacute = 500;
|
|
2692
|
-
t.amacron = 500;
|
|
2693
|
-
t.sacute = 389;
|
|
2694
|
-
t.idieresis = 278;
|
|
2695
|
-
t.Ocircumflex = 722;
|
|
2696
|
-
t.Ugrave = 722;
|
|
2697
|
-
t.Delta = 612;
|
|
2698
|
-
t.thorn = 500;
|
|
2699
|
-
t.twosuperior = 300;
|
|
2700
|
-
t.Odieresis = 722;
|
|
2701
|
-
t.mu = 500;
|
|
2702
|
-
t.igrave = 278;
|
|
2703
|
-
t.ohungarumlaut = 500;
|
|
2704
|
-
t.Eogonek = 611;
|
|
2705
|
-
t.dcroat = 500;
|
|
2706
|
-
t.threequarters = 750;
|
|
2707
|
-
t.Scedilla = 500;
|
|
2708
|
-
t.lcaron = 300;
|
|
2709
|
-
t.Kcommaaccent = 667;
|
|
2710
|
-
t.Lacute = 556;
|
|
2711
|
-
t.trademark = 980;
|
|
2712
|
-
t.edotaccent = 444;
|
|
2713
|
-
t.Igrave = 333;
|
|
2714
|
-
t.Imacron = 333;
|
|
2715
|
-
t.Lcaron = 611;
|
|
2716
|
-
t.onehalf = 750;
|
|
2717
|
-
t.lessequal = 549;
|
|
2718
|
-
t.ocircumflex = 500;
|
|
2719
|
-
t.ntilde = 500;
|
|
2720
|
-
t.Uhungarumlaut = 722;
|
|
2721
|
-
t.Eacute = 611;
|
|
2722
|
-
t.emacron = 444;
|
|
2723
|
-
t.gbreve = 500;
|
|
2724
|
-
t.onequarter = 750;
|
|
2725
|
-
t.Scaron = 500;
|
|
2726
|
-
t.Scommaaccent = 500;
|
|
2727
|
-
t.Ohungarumlaut = 722;
|
|
2728
|
-
t.degree = 400;
|
|
2729
|
-
t.ograve = 500;
|
|
2730
|
-
t.Ccaron = 667;
|
|
2731
|
-
t.ugrave = 500;
|
|
2732
|
-
t.radical = 453;
|
|
2733
|
-
t.Dcaron = 722;
|
|
2734
|
-
t.rcommaaccent = 389;
|
|
2735
|
-
t.Ntilde = 667;
|
|
2736
|
-
t.otilde = 500;
|
|
2737
|
-
t.Rcommaaccent = 611;
|
|
2738
|
-
t.Lcommaaccent = 556;
|
|
2739
|
-
t.Atilde = 611;
|
|
2740
|
-
t.Aogonek = 611;
|
|
2741
|
-
t.Aring = 611;
|
|
2742
|
-
t.Otilde = 722;
|
|
2743
|
-
t.zdotaccent = 389;
|
|
2744
|
-
t.Ecaron = 611;
|
|
2745
|
-
t.Iogonek = 333;
|
|
2746
|
-
t.kcommaaccent = 444;
|
|
2747
|
-
t.minus = 675;
|
|
2748
|
-
t.Icircumflex = 333;
|
|
2749
|
-
t.ncaron = 500;
|
|
2750
|
-
t.tcommaaccent = 278;
|
|
2751
|
-
t.logicalnot = 675;
|
|
2752
|
-
t.odieresis = 500;
|
|
2753
|
-
t.udieresis = 500;
|
|
2754
|
-
t.notequal = 549;
|
|
2755
|
-
t.gcommaaccent = 500;
|
|
2756
|
-
t.eth = 500;
|
|
2757
|
-
t.zcaron = 389;
|
|
2758
|
-
t.ncommaaccent = 500;
|
|
2759
|
-
t.onesuperior = 300;
|
|
2760
|
-
t.imacron = 278;
|
|
2761
|
-
t.Euro = 500;
|
|
2762
|
-
});
|
|
2763
|
-
// eslint-disable-next-line no-shadow
|
|
2764
|
-
t.ZapfDingbats = getLookupTableFactory(function (t) {
|
|
2765
|
-
t.space = 278;
|
|
2766
|
-
t.a1 = 974;
|
|
2767
|
-
t.a2 = 961;
|
|
2768
|
-
t.a202 = 974;
|
|
2769
|
-
t.a3 = 980;
|
|
2770
|
-
t.a4 = 719;
|
|
2771
|
-
t.a5 = 789;
|
|
2772
|
-
t.a119 = 790;
|
|
2773
|
-
t.a118 = 791;
|
|
2774
|
-
t.a117 = 690;
|
|
2775
|
-
t.a11 = 960;
|
|
2776
|
-
t.a12 = 939;
|
|
2777
|
-
t.a13 = 549;
|
|
2778
|
-
t.a14 = 855;
|
|
2779
|
-
t.a15 = 911;
|
|
2780
|
-
t.a16 = 933;
|
|
2781
|
-
t.a105 = 911;
|
|
2782
|
-
t.a17 = 945;
|
|
2783
|
-
t.a18 = 974;
|
|
2784
|
-
t.a19 = 755;
|
|
2785
|
-
t.a20 = 846;
|
|
2786
|
-
t.a21 = 762;
|
|
2787
|
-
t.a22 = 761;
|
|
2788
|
-
t.a23 = 571;
|
|
2789
|
-
t.a24 = 677;
|
|
2790
|
-
t.a25 = 763;
|
|
2791
|
-
t.a26 = 760;
|
|
2792
|
-
t.a27 = 759;
|
|
2793
|
-
t.a28 = 754;
|
|
2794
|
-
t.a6 = 494;
|
|
2795
|
-
t.a7 = 552;
|
|
2796
|
-
t.a8 = 537;
|
|
2797
|
-
t.a9 = 577;
|
|
2798
|
-
t.a10 = 692;
|
|
2799
|
-
t.a29 = 786;
|
|
2800
|
-
t.a30 = 788;
|
|
2801
|
-
t.a31 = 788;
|
|
2802
|
-
t.a32 = 790;
|
|
2803
|
-
t.a33 = 793;
|
|
2804
|
-
t.a34 = 794;
|
|
2805
|
-
t.a35 = 816;
|
|
2806
|
-
t.a36 = 823;
|
|
2807
|
-
t.a37 = 789;
|
|
2808
|
-
t.a38 = 841;
|
|
2809
|
-
t.a39 = 823;
|
|
2810
|
-
t.a40 = 833;
|
|
2811
|
-
t.a41 = 816;
|
|
2812
|
-
t.a42 = 831;
|
|
2813
|
-
t.a43 = 923;
|
|
2814
|
-
t.a44 = 744;
|
|
2815
|
-
t.a45 = 723;
|
|
2816
|
-
t.a46 = 749;
|
|
2817
|
-
t.a47 = 790;
|
|
2818
|
-
t.a48 = 792;
|
|
2819
|
-
t.a49 = 695;
|
|
2820
|
-
t.a50 = 776;
|
|
2821
|
-
t.a51 = 768;
|
|
2822
|
-
t.a52 = 792;
|
|
2823
|
-
t.a53 = 759;
|
|
2824
|
-
t.a54 = 707;
|
|
2825
|
-
t.a55 = 708;
|
|
2826
|
-
t.a56 = 682;
|
|
2827
|
-
t.a57 = 701;
|
|
2828
|
-
t.a58 = 826;
|
|
2829
|
-
t.a59 = 815;
|
|
2830
|
-
t.a60 = 789;
|
|
2831
|
-
t.a61 = 789;
|
|
2832
|
-
t.a62 = 707;
|
|
2833
|
-
t.a63 = 687;
|
|
2834
|
-
t.a64 = 696;
|
|
2835
|
-
t.a65 = 689;
|
|
2836
|
-
t.a66 = 786;
|
|
2837
|
-
t.a67 = 787;
|
|
2838
|
-
t.a68 = 713;
|
|
2839
|
-
t.a69 = 791;
|
|
2840
|
-
t.a70 = 785;
|
|
2841
|
-
t.a71 = 791;
|
|
2842
|
-
t.a72 = 873;
|
|
2843
|
-
t.a73 = 761;
|
|
2844
|
-
t.a74 = 762;
|
|
2845
|
-
t.a203 = 762;
|
|
2846
|
-
t.a75 = 759;
|
|
2847
|
-
t.a204 = 759;
|
|
2848
|
-
t.a76 = 892;
|
|
2849
|
-
t.a77 = 892;
|
|
2850
|
-
t.a78 = 788;
|
|
2851
|
-
t.a79 = 784;
|
|
2852
|
-
t.a81 = 438;
|
|
2853
|
-
t.a82 = 138;
|
|
2854
|
-
t.a83 = 277;
|
|
2855
|
-
t.a84 = 415;
|
|
2856
|
-
t.a97 = 392;
|
|
2857
|
-
t.a98 = 392;
|
|
2858
|
-
t.a99 = 668;
|
|
2859
|
-
t.a100 = 668;
|
|
2860
|
-
t.a89 = 390;
|
|
2861
|
-
t.a90 = 390;
|
|
2862
|
-
t.a93 = 317;
|
|
2863
|
-
t.a94 = 317;
|
|
2864
|
-
t.a91 = 276;
|
|
2865
|
-
t.a92 = 276;
|
|
2866
|
-
t.a205 = 509;
|
|
2867
|
-
t.a85 = 509;
|
|
2868
|
-
t.a206 = 410;
|
|
2869
|
-
t.a86 = 410;
|
|
2870
|
-
t.a87 = 234;
|
|
2871
|
-
t.a88 = 234;
|
|
2872
|
-
t.a95 = 334;
|
|
2873
|
-
t.a96 = 334;
|
|
2874
|
-
t.a101 = 732;
|
|
2875
|
-
t.a102 = 544;
|
|
2876
|
-
t.a103 = 544;
|
|
2877
|
-
t.a104 = 910;
|
|
2878
|
-
t.a106 = 667;
|
|
2879
|
-
t.a107 = 760;
|
|
2880
|
-
t.a108 = 760;
|
|
2881
|
-
t.a112 = 776;
|
|
2882
|
-
t.a111 = 595;
|
|
2883
|
-
t.a110 = 694;
|
|
2884
|
-
t.a109 = 626;
|
|
2885
|
-
t.a120 = 788;
|
|
2886
|
-
t.a121 = 788;
|
|
2887
|
-
t.a122 = 788;
|
|
2888
|
-
t.a123 = 788;
|
|
2889
|
-
t.a124 = 788;
|
|
2890
|
-
t.a125 = 788;
|
|
2891
|
-
t.a126 = 788;
|
|
2892
|
-
t.a127 = 788;
|
|
2893
|
-
t.a128 = 788;
|
|
2894
|
-
t.a129 = 788;
|
|
2895
|
-
t.a130 = 788;
|
|
2896
|
-
t.a131 = 788;
|
|
2897
|
-
t.a132 = 788;
|
|
2898
|
-
t.a133 = 788;
|
|
2899
|
-
t.a134 = 788;
|
|
2900
|
-
t.a135 = 788;
|
|
2901
|
-
t.a136 = 788;
|
|
2902
|
-
t.a137 = 788;
|
|
2903
|
-
t.a138 = 788;
|
|
2904
|
-
t.a139 = 788;
|
|
2905
|
-
t.a140 = 788;
|
|
2906
|
-
t.a141 = 788;
|
|
2907
|
-
t.a142 = 788;
|
|
2908
|
-
t.a143 = 788;
|
|
2909
|
-
t.a144 = 788;
|
|
2910
|
-
t.a145 = 788;
|
|
2911
|
-
t.a146 = 788;
|
|
2912
|
-
t.a147 = 788;
|
|
2913
|
-
t.a148 = 788;
|
|
2914
|
-
t.a149 = 788;
|
|
2915
|
-
t.a150 = 788;
|
|
2916
|
-
t.a151 = 788;
|
|
2917
|
-
t.a152 = 788;
|
|
2918
|
-
t.a153 = 788;
|
|
2919
|
-
t.a154 = 788;
|
|
2920
|
-
t.a155 = 788;
|
|
2921
|
-
t.a156 = 788;
|
|
2922
|
-
t.a157 = 788;
|
|
2923
|
-
t.a158 = 788;
|
|
2924
|
-
t.a159 = 788;
|
|
2925
|
-
t.a160 = 894;
|
|
2926
|
-
t.a161 = 838;
|
|
2927
|
-
t.a163 = 1016;
|
|
2928
|
-
t.a164 = 458;
|
|
2929
|
-
t.a196 = 748;
|
|
2930
|
-
t.a165 = 924;
|
|
2931
|
-
t.a192 = 748;
|
|
2932
|
-
t.a166 = 918;
|
|
2933
|
-
t.a167 = 927;
|
|
2934
|
-
t.a168 = 928;
|
|
2935
|
-
t.a169 = 928;
|
|
2936
|
-
t.a170 = 834;
|
|
2937
|
-
t.a171 = 873;
|
|
2938
|
-
t.a172 = 828;
|
|
2939
|
-
t.a173 = 924;
|
|
2940
|
-
t.a162 = 924;
|
|
2941
|
-
t.a174 = 917;
|
|
2942
|
-
t.a175 = 930;
|
|
2943
|
-
t.a176 = 931;
|
|
2944
|
-
t.a177 = 463;
|
|
2945
|
-
t.a178 = 883;
|
|
2946
|
-
t.a179 = 836;
|
|
2947
|
-
t.a193 = 836;
|
|
2948
|
-
t.a180 = 867;
|
|
2949
|
-
t.a199 = 867;
|
|
2950
|
-
t.a181 = 696;
|
|
2951
|
-
t.a200 = 696;
|
|
2952
|
-
t.a182 = 874;
|
|
2953
|
-
t.a201 = 874;
|
|
2954
|
-
t.a183 = 760;
|
|
2955
|
-
t.a184 = 946;
|
|
2956
|
-
t.a197 = 771;
|
|
2957
|
-
t.a185 = 865;
|
|
2958
|
-
t.a194 = 771;
|
|
2959
|
-
t.a198 = 888;
|
|
2960
|
-
t.a186 = 967;
|
|
2961
|
-
t.a195 = 888;
|
|
2962
|
-
t.a187 = 831;
|
|
2963
|
-
t.a188 = 873;
|
|
2964
|
-
t.a189 = 927;
|
|
2965
|
-
t.a190 = 970;
|
|
2966
|
-
t.a191 = 918;
|
|
2967
|
-
});
|
|
2968
|
-
});
|
|
2969
|
-
|
|
2970
|
-
export { getMetrics };
|