source: branches/1.2/workflow/inc/fpdf/font/courier.php @ 1349

Revision 1349, 250 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
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.