diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-03-27 18:28:37 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-03-27 18:28:37 +0000 |
| commit | 786c4997aaad57692b7cf3b9e955f860357be624 (patch) | |
| tree | ad8804c6fc985ccc4178639e76e90d6e2d2b65af /library/tecnick.com/tcpdf/fonts/hysmyeongjostdmedium.php | |
| parent | 8e7c65526ce4ff8b5b3b2754ff54f9a6e875a9f6 (diff) | |
| download | webtrees-786c4997aaad57692b7cf3b9e955f860357be624.tar.gz webtrees-786c4997aaad57692b7cf3b9e955f860357be624.tar.bz2 webtrees-786c4997aaad57692b7cf3b9e955f860357be624.zip | |
TCPDF library missing, due to rogue .git subfolder
Diffstat (limited to 'library/tecnick.com/tcpdf/fonts/hysmyeongjostdmedium.php')
| -rw-r--r-- | library/tecnick.com/tcpdf/fonts/hysmyeongjostdmedium.php | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/library/tecnick.com/tcpdf/fonts/hysmyeongjostdmedium.php b/library/tecnick.com/tcpdf/fonts/hysmyeongjostdmedium.php new file mode 100644 index 0000000000..9e8b23b426 --- /dev/null +++ b/library/tecnick.com/tcpdf/fonts/hysmyeongjostdmedium.php @@ -0,0 +1,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 => 333, 33 => 416, 34 => 416, 35 => 833, 36 => 625, 37 => 916, 38 => 833, 39 => 250, 40 => 500, 41 => 500, + 42 => 500, 43 => 833, 44 => 291, 45 => 450, 46 => 291, 47 => 375, 48 => 625, 49 => 625, 50 => 625, 51 => 625, + 52 => 625, 53 => 625, 54 => 625, 55 => 625, 56 => 625, 57 => 625, 58 => 333, 59 => 333, 60 => 833, 61 => 833, + 62 => 916, 63 => 500, 64 => 1000, 65 => 791, 66 => 708, 67 => 708, 68 => 750, 69 => 708, 70 => 666, 71 => 750, + 72 => 791, 73 => 375, 74 => 500, 75 => 791, 76 => 666, 77 => 916, 78 => 791, 79 => 750, 80 => 666, 81 => 750, + 82 => 708, 83 => 666, 84 => 791, 85 => 791, 86 => 750, 87 => 1000, 88 => 708, 89 => 708, 90 => 666, 91 => 500, + 92 => 375, 93 => 500, 94 => 500, 95 => 500, 96 => 333, 97 => 541, 98 => 583, 99 => 541, 100 => 583, 101 => 583, + 102 => 375, 103 => 583, 104 => 583, 105 => 291, 106 => 333, 107 => 583, 108 => 291, 109 => 875, 110 => 583, 111 => 583, + 112 => 583, 113 => 583, 114 => 458, 115 => 541, 116 => 375, 117 => 583, 118 => 583, 119 => 833, 120 => 625, 121 => 625, + 122 => 500, 123 => 583, 124 => 583, 125 => 583, 126 => 750, +); +$_cr = array( + //array(97, 97, 500), + array(8094, 8190, 500) +); +foreach($_cr as $_r) { + for($i = $_r[0]; $i <= $_r[1]; $i++) { + $cw[$i+31] = $_r[2]; + } +} +// --- EOF --- |
