source: sipes/libraries/tcpdf/fonts/msungstdlight.php @ b354002

stableversion-3.0
Last change on this file since b354002 was 307d09d, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agregaron las librerias

  • Propiedad mode establecida a 100755
File size: 1.5 KB
Línea 
1<?php
2$type = 'cidfont0';
3$name = 'MSungStd-Light-Acro';
4$displayname = 'MSung Light (Trad. Chinese)';
5$desc = array(
6        'Ascent' => 880,
7        'Descent' => -120,
8        'CapHeight' => 880,
9        'Flags' => 6,
10        'FontBBox' => '[-160 -249 1015 1071]',
11        'ItalicAngle' => 0,
12        'StemV' => 93,
13);
14$cidinfo = array(
15        'Registry' => 'Adobe',
16        'Ordering' => 'CNS1',
17        'Supplement' => '3',
18);
19$enc = 'UniCNS-UCS2-H';
20
21$up = -130;
22$ut = 40;
23
24$dw = 1000;
25$cw = array(
26        32 => 250, 33 => 250, 34 => 408, 35 => 668, 36 => 490, 37 => 875, 38 => 698, 39 => 250, 40 => 240, 41 => 240,
27        42 => 417, 43 => 667, 44 => 250, 45 => 313, 46 => 250, 47 => 520, 48 => 500, 49 => 500, 50 => 500, 51 => 500,
28        52 => 500, 53 => 500, 54 => 500, 55 => 500, 56 => 500, 57 => 500, 58 => 250, 59 => 250, 60 => 667, 61 => 667,
29        62 => 667, 63 => 396, 64 => 921, 65 => 677, 66 => 615, 67 => 719, 68 => 760, 69 => 625, 70 => 552, 71 => 771,
30        72 => 802, 73 => 354, 74 => 354, 75 => 781, 76 => 604, 77 => 927, 78 => 750, 79 => 823, 80 => 563, 81 => 823,
31        82 => 729, 83 => 542, 84 => 698, 85 => 771, 86 => 729, 87 => 948, 88 => 771, 89 => 677, 90 => 635, 91 => 344,
32        92 => 520, 93 => 344, 94 => 469, 95 => 500, 96 => 250, 97 => 469, 98 => 521, 99 => 427, 100 => 521, 101 => 438,
33        102 => 271, 103 => 469, 104 => 531, 105 => 250, 106 => 250, 107 => 458, 108 => 240, 109 => 802, 110 => 531, 111 => 500,
34        112 => 521, 113 => 521, 114 => 365, 115 => 333, 116 => 292, 117 => 521, 118 => 458, 119 => 677, 120 => 479, 121 => 458,
35        122 => 427, 123 => 480, 124 => 496, 125 => 480, 126 => 667,
36        17601 => 500,
37);
38// --- EOF ---
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.