PHP Classes

File: librarys/font/courierbi.php

Recommend this page to a friend!
  Classes of carlos carvalho   COC Framework   librarys/font/courierbi.php   Download  
File: librarys/font/courierbi.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: COC Framework
Web application development MVC framework
Author: By
Last change:
Date: 7 years ago
Size: 122 bytes
 

Contents

Class file image Download
<?php
$type
= 'Core';
$name = 'Courier-BoldOblique';
$up = -100;
$ut = 50;
for(
$i=0;$i<=255;$i++)
   
$cw[chr($i)] = 600;
?>