Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
   1  <?php
   2  $type = 'cidfont0';
   3  $name = 'STSongStd-Light-Acro';
   4  $displayname = 'STSong Light (Simp. Chinese)';
   5  $desc = array(
   6  	 'Ascent' => 752,
   7  	 'Descent' => -271,
   8  	 'CapHeight' => 737,
   9  	 'Flags' => 6,
  10  	 'FontBBox' => '[-25 -254 1000 880]',
  11  	 'ItalicAngle' => 0,
  12  	 'StemV' => 58,
  13  	 'Style' => '<< /Panose <000000000400000000000000> >>',
  14  );
  15  $cidinfo = array(
  16  	 'Registry' => 'Adobe',
  17  	 'Ordering' => 'GB1',
  18  	 'Supplement' => '2',
  19  );
  20  $enc = 'UniGB-UCS2-H';
  21  
  22  // underline position, needs checking:
  23  $up = -130;
  24  $ut = 40;
  25  
  26  $dw = 1000;
  27  $cw = array(
  28  	 32 => 207, 33 => 270, 34 => 342, 35 => 467, 36 => 462, 37 => 797, 38 => 710, 39 => 239, 40 => 374, 41 => 374,
  29  	 42 => 423, 43 => 605, 44 => 238, 45 => 375, 46 => 238, 47 => 334, 48 => 462, 49 => 462, 50 => 462, 51 => 462,
  30  	 52 => 462, 53 => 462, 54 => 462, 55 => 462, 56 => 462, 57 => 462, 58 => 238, 59 => 238, 60 => 605, 61 => 605,
  31  	 62 => 605, 63 => 344, 64 => 748, 65 => 684, 66 => 560, 67 => 695, 68 => 739, 69 => 563, 70 => 511, 71 => 729,
  32  	 72 => 793, 73 => 318, 74 => 312, 75 => 666, 76 => 526, 77 => 896, 78 => 758, 79 => 772, 80 => 544, 81 => 772,
  33  	 82 => 628, 83 => 465, 84 => 607, 85 => 753, 86 => 711, 87 => 972, 88 => 647, 89 => 620, 90 => 607, 91 => 374,
  34  	 92 => 333, 93 => 374, 94 => 606, 95 => 500, 96 => 239, 97 => 417, 98 => 503, 99 => 427, 100 => 529, 101 => 415,
  35  	 102 => 264, 103 => 444, 104 => 518, 105 => 241, 106 => 230, 107 => 495, 108 => 228, 109 => 793, 110 => 527, 111 => 524,
  36  	 112 => 524, 113 => 504, 114 => 338, 115 => 336, 116 => 277, 117 => 517, 118 => 450, 119 => 652, 120 => 466, 121 => 452,
  37  	 122 => 407, 123 => 370, 124 => 258, 125 => 370, 126 => 605
  38  );
  39  // --- EOF ---