PHP Classes

File: librarys/font/courieri.php

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

Contents

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