diff options
author | Camil Staps | 2015-02-05 00:40:47 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-05 00:40:47 +0100 |
commit | c50a323c25a0787ba2051b19721983776a229615 (patch) | |
tree | 87e13060ca6633bed3f5de2e25c5eedf866a0073 /classes/font/courieri.php | |
parent | Initial commit (diff) |
Initial commit
Diffstat (limited to 'classes/font/courieri.php')
-rwxr-xr-x | classes/font/courieri.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/classes/font/courieri.php b/classes/font/courieri.php new file mode 100755 index 0000000..9c1c2cf --- /dev/null +++ b/classes/font/courieri.php @@ -0,0 +1,8 @@ +<?php
+$type = 'Core';
+$name = 'Courier-Oblique';
+$up = -100;
+$ut = 50;
+for($i=0;$i<=255;$i++)
+ $cw[chr($i)] = 600;
+?>
|