source: branches/version-2_5-dev/data/module/fpdf/font/courier.php @ 20119

Revision 20119, 250 bytes checked in by nanasess, 13 years ago (diff)

module 以下は svn:keywords を除外

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
Line 
1<?php
2for($i=0;$i<=255;$i++)
3    $fpdf_charwidths['courier'][chr($i)]=600;
4$fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
5$fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
6$fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
7?>
Note: See TracBrowser for help on using the repository browser.