/var/www/enzatesting.onesolution.hk/inc/pdf/fonts/hysmyeongjostdmedium.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
40
41
42
43
44
45
46
47
48
<?php
$type
='cidfont0';
$name='HYSMyeongJoStd-Medium-Acro'// AdobeMyungjoStd-Medium-Acro in acrobat 6
$displayname 'MyungJo Medium (Korean)';
$desc = array(
    
'Ascent' => 880,
    
'Descent' => -120,
    
'CapHeight' => 720,
    
'Flags' => 6,
    
'FontBBox' => '[-28 -148 1001 880]',
    
'ItalicAngle' => 0,
    
'StemV' => 60,
    
'Style' => '<< /Panose <000000000600000000000000> >>',
);
$cidinfo = array(
    
'Registry' => 'Adobe',
    
'Ordering' => 'Korea1',
    
'Supplement' => '1',
);
$enc 'UniKS-UCS2-H';

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

$dw 1000;
$cw = array(
    
32 => 33333 => 41634 => 41635 => 83336 => 62537 => 91638 => 83339 => 25040 => 50041 => 500,
    
42 => 50043 => 83344 => 29145 => 45046 => 29147 => 37548 => 62549 => 62550 => 62551 => 625,
    
52 => 62553 => 62554 => 62555 => 62556 => 62557 => 62558 => 33359 => 33360 => 83361 => 833,
    
62 => 91663 => 50064 => 100065 => 79166 => 70867 => 70868 => 75069 => 70870 => 66671 => 750,
    
72 => 79173 => 37574 => 50075 => 79176 => 66677 => 91678 => 79179 => 75080 => 66681 => 750,
    
82 => 70883 => 66684 => 79185 => 79186 => 75087 => 100088 => 70889 => 70890 => 66691 => 500,
    
92 => 37593 => 50094 => 50095 => 50096 => 33397 => 54198 => 58399 => 541100 => 583101 => 583,
    
102 => 375103 => 583104 => 583105 => 291106 => 333107 => 583108 => 291109 => 875110 => 583111 => 583,
    
112 => 583113 => 583114 => 458115 => 541116 => 375117 => 583118 => 583119 => 833120 => 625121 => 625,
    
122 => 500123 => 583124 => 583125 => 583126 => 750,
);
$_cr = array(
    
//array(97, 97, 500),
    
array(80948190500)
);
foreach(
$_cr as $_r) {
    for(
$i $_r[0]; $i <= $_r[1]; $i++) {
        
$cw[$i+31] = $_r[2];
    }
}
// --- EOF ---