/var/www/enzatesting.onesolution.hk/inc/pdf/fonts/stsongstdlight.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
$type 
'cidfont0';
$name 'STSongStd-Light-Acro';
$displayname 'STSong Light (Simp. Chinese)';
$desc = array(
    
'Ascent' => 752,
    
'Descent' => -271,
    
'CapHeight' => 737,
    
'Flags' => 6,
    
'FontBBox' => '[-25 -254 1000 880]',
    
'ItalicAngle' => 0,
    
'StemV' => 58,
    
'Style' => '<< /Panose <000000000400000000000000> >>',
);
$cidinfo = array(
    
'Registry' => 'Adobe',
    
'Ordering' => 'GB1',
    
'Supplement' => '2',
);
$enc 'UniGB-UCS2-H';

// underline position, needs checking:
$up = -130;
$ut 40;

$dw 1000;
$cw = array(
    
32 => 20733 => 27034 => 34235 => 46736 => 46237 => 79738 => 71039 => 23940 => 37441 => 374,
    
42 => 42343 => 60544 => 23845 => 37546 => 23847 => 33448 => 46249 => 46250 => 46251 => 462,
    
52 => 46253 => 46254 => 46255 => 46256 => 46257 => 46258 => 23859 => 23860 => 60561 => 605,
    
62 => 60563 => 34464 => 74865 => 68466 => 56067 => 69568 => 73969 => 56370 => 51171 => 729,
    
72 => 79373 => 31874 => 31275 => 66676 => 52677 => 89678 => 75879 => 77280 => 54481 => 772,
    
82 => 62883 => 46584 => 60785 => 75386 => 71187 => 97288 => 64789 => 62090 => 60791 => 374,
    
92 => 33393 => 37494 => 60695 => 50096 => 23997 => 41798 => 50399 => 427100 => 529101 => 415,
    
102 => 264103 => 444104 => 518105 => 241106 => 230107 => 495108 => 228109 => 793110 => 527111 => 524,
    
112 => 524113 => 504114 => 338115 => 336116 => 277117 => 517118 => 450119 => 652120 => 466121 => 452,
    
122 => 407123 => 370124 => 258125 => 370126 => 605
);
// --- EOF ---