PHPExcel
[ class tree: PHPExcel ] [ index: PHPExcel ] [ all elements ]

Source for file kozminproregular.php

Documentation is available at kozminproregular.php

  1. <?php
  2. $type 'cidfont0';
  3. $name 'KozMinPro-Regular-Acro';
  4. $displayname 'Kozuka Mincho Pro (Japanese Serif)';
  5. $desc array(
  6.     'Ascent' => 880,
  7.     'Descent' => -120,
  8.     'CapHeight' => 740,
  9.     'Flags' => 6,
  10.     'FontBBox' => '[-195 -272 1110 1075]',
  11.     'ItalicAngle' => 0,
  12.     'StemV' => 86,
  13.     'XHeight' => 502,
  14. );
  15. $cidinfo array(
  16.     'Registry' => 'Adobe',
  17.     'Ordering' => 'Japan1',
  18.     'Supplement' => '4',
  19. );
  20. $enc 'UniJIS-UCS2-H';
  21.  
  22. $up = -75;
  23. $ut 50;
  24.  
  25. $dw 1000;
  26. $cw array(
  27.     32 => 27833 => 29934 => 35335 => 61436 => 61437 => 72138 => 73539 => 21640 => 32341 => 323,
  28.     42 => 44943 => 52944 => 21945 => 30646 => 21947 => 45348 => 61449 => 61450 => 61451 => 614,
  29.     52 => 61453 => 61454 => 61455 => 61456 => 61457 => 61458 => 21959 => 21960 => 52961 => 529,
  30.     62 => 52963 => 48664 => 74465 => 64666 => 60467 => 61768 => 68169 => 56770 => 53771 => 647,
  31.     72 => 73873 => 32074 => 43375 => 63776 => 56677 => 90478 => 71079 => 71680 => 60581 => 716,
  32.     82 => 62383 => 51784 => 60185 => 69086 => 66887 => 99088 => 68189 => 63490 => 57891 => 316,
  33.     92 => 61493 => 31694 => 52995 => 50096 => 38797 => 50998 => 56699 => 478100 => 565101 => 503,
  34.     102 => 337103 => 549104 => 580105 => 275106 => 266107 => 544108 => 276109 => 854110 => 579111 => 550,
  35.     112 => 578113 => 566114 => 410115 => 444116 => 340117 => 575118 => 512119 => 760120 => 503121 => 529,
  36.     122 => 453123 => 326124 => 380125 => 326126 => 387127 => 216128 => 453129 => 216130 => 380131 => 529,
  37.     132 => 299133 => 614134 => 614135 => 265136 => 614137 => 475138 => 614139 => 353140 => 451141 => 291,
  38.     142 => 291143 => 588144 => 589145 => 500146 => 476147 => 476148 => 219149 => 494150 => 452151 => 216,
  39.     152 => 353153 => 353154 => 451156 => 1075157 => 486158 => 387159 => 387160 => 387161 => 387,
  40.     162 => 387,    163 => 387164 => 387165 => 387166 => 387167 => 387168 => 387170 => 880171 => 448,
  41.     172 => 566173 => 716,    174 => 903175 => 460176 => 805177 => 275178 => 276179 => 550180 => 886181 => 582,
  42.     182 => 529183 => 738,    184 => 529185 => 738186 => 357187 => 529188 => 406189 => 406190 => 575191 => 406,
  43.     192 => 934193 => 934,    194 => 934195 => 646196 => 646197 => 646198 => 646199 => 646200 => 646201 => 617,
  44.     202 => 567203 => 567204 => 567205 => 567206 => 320207 => 320208 => 320209 => 320210 => 681211 => 710,
  45.     212 => 716213 => 716214 => 716215 => 716216 => 716217 => 529218 => 690219 => 690220 => 690221 => 690,
  46.     222 => 634223 => 605224 => 509225 => 509226 => 509227 => 509228 => 509229 => 509230 => 478231 => 503,
  47.     232 => 503233 => 503234 => 503235 => 275236 => 275237 => 275238 => 275239 => 550240 => 579241 => 550,
  48.     242 => 550243 => 550244 => 550245 => 550246 => 529247 => 575248 => 575249 => 575250 => 575251 => 529,
  49.     252 => 578253 => 529254 => 517255 => 634256 => 578257 => 445258 => 444259 => 842260 => 453261 => 614,
  50. );
  51. $_cr array(
  52.     array(231632500)// half-width
  53.     array(87188718500),
  54.     array(97389757250)// quarter-width
  55.     array(97589778333)// third-width
  56.     array(1206312087500),
  57. );
  58. foreach($_cr as $_r{
  59.     for($i $_r[0]$i <= $_r[1]$i++{
  60.         $cw[$i+31$_r[2];
  61.     }
  62. }
  63. // --- EOF ---

Documentation generated on Sat, 19 May 2012 14:37:39 +0200 by phpDocumentor 1.4.4