PluginProbe ʕ •ᴥ•ʔ
Matomo Analytics – Powerful, Privacy-First Insights for WordPress / 5.8.2
Matomo Analytics – Powerful, Privacy-First Insights for WordPress v5.8.2
5.11.1 5.11.0 5.10.2 5.10.1 trunk 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.3.2 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.2 4.1.3 4.10.0 4.11.0 4.12.0 4.13.0 4.13.2 4.13.3 4.13.4 4.13.5 4.14.0 4.14.1 4.14.2 4.15.0 4.15.1 4.15.2 4.15.3 4.2.0 4.3.0 4.3.1 4.4.1 4.4.2 4.5.0 4.6.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 5.0.8 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.10.0 5.2.0 5.2.1 5.2.2 5.3.0 5.3.1 5.3.2 5.3.3 5.6.0 5.6.1 5.7.0 5.7.1 5.8.0 5.8.1 5.8.2
matomo / app / vendor / tecnickcom / tcpdf / fonts / stsongstdlight.php
matomo / app / vendor / tecnickcom / tcpdf / fonts Last commit date
aealarabiya.ctg.z 6 years ago aealarabiya.php 2 years ago aealarabiya.z 6 years ago dejavusans.ctg.z 6 years ago dejavusans.php 2 years ago dejavusans.z 6 years ago freesans.ctg.z 6 years ago freesans.php 2 years ago freesans.z 6 years ago freeserif.ctg.z 6 years ago freeserif.php 2 years ago freeserif.z 6 years ago helvetica.php 2 years ago helveticab.php 2 years ago helveticabi.php 2 years ago helveticai.php 2 years ago hysmyeongjostdmedium.php 2 years ago kozgopromedium.php 2 years ago kozminproregular.php 2 years ago msungstdlight.php 2 years ago stsongstdlight.php 2 years ago symbol.php 2 years ago zapfdingbats.php 2 years ago
stsongstdlight.php
17 lines
1 <?php
2
3 namespace {
4 $type = 'cidfont0';
5 $name = 'STSongStd-Light-Acro';
6 $displayname = 'STSong Light (Simp. Chinese)';
7 $desc = array('Ascent' => 752, 'Descent' => -271, 'CapHeight' => 737, 'Flags' => 6, 'FontBBox' => '[-25 -254 1000 880]', 'ItalicAngle' => 0, 'StemV' => 58, 'Style' => '<< /Panose <000000000400000000000000> >>');
8 $cidinfo = array('Registry' => 'Adobe', 'Ordering' => 'GB1', 'Supplement' => '2');
9 $enc = 'UniGB-UCS2-H';
10 // underline position, needs checking:
11 $up = -130;
12 $ut = 40;
13 $dw = 1000;
14 $cw = array(32 => 207, 33 => 270, 34 => 342, 35 => 467, 36 => 462, 37 => 797, 38 => 710, 39 => 239, 40 => 374, 41 => 374, 42 => 423, 43 => 605, 44 => 238, 45 => 375, 46 => 238, 47 => 334, 48 => 462, 49 => 462, 50 => 462, 51 => 462, 52 => 462, 53 => 462, 54 => 462, 55 => 462, 56 => 462, 57 => 462, 58 => 238, 59 => 238, 60 => 605, 61 => 605, 62 => 605, 63 => 344, 64 => 748, 65 => 684, 66 => 560, 67 => 695, 68 => 739, 69 => 563, 70 => 511, 71 => 729, 72 => 793, 73 => 318, 74 => 312, 75 => 666, 76 => 526, 77 => 896, 78 => 758, 79 => 772, 80 => 544, 81 => 772, 82 => 628, 83 => 465, 84 => 607, 85 => 753, 86 => 711, 87 => 972, 88 => 647, 89 => 620, 90 => 607, 91 => 374, 92 => 333, 93 => 374, 94 => 606, 95 => 500, 96 => 239, 97 => 417, 98 => 503, 99 => 427, 100 => 529, 101 => 415, 102 => 264, 103 => 444, 104 => 518, 105 => 241, 106 => 230, 107 => 495, 108 => 228, 109 => 793, 110 => 527, 111 => 524, 112 => 524, 113 => 504, 114 => 338, 115 => 336, 116 => 277, 117 => 517, 118 => 450, 119 => 652, 120 => 466, 121 => 452, 122 => 407, 123 => 370, 124 => 258, 125 => 370, 126 => 605);
15 // --- EOF ---
16 }
17