pdf_config.php 178 B

123456789
  1. <?php
  2. $this->fontdata['couriersans-light'] = [
  3. 'R' => 'CourierSans-Light.ttf',
  4. ];
  5. $this->fontdata['couriersans-lightextra'] = [
  6. 'R' => 'CourierSans-LightExtra.ttf',
  7. ];