diff options
author | Sashi20 | 2018-05-08 11:48:35 +0530 |
---|---|---|
committer | Sashi20 | 2018-05-08 11:48:35 +0530 |
commit | a8f4339077dd02438dd3ae3f31de34abef10ff59 (patch) | |
tree | 0b80086342b111c3bd4c14d2047777bd3e286a06 /pdf/fpdf/font/courierb.php | |
download | r_textbook_companion-a8f4339077dd02438dd3ae3f31de34abef10ff59.tar.gz r_textbook_companion-a8f4339077dd02438dd3ae3f31de34abef10ff59.tar.bz2 r_textbook_companion-a8f4339077dd02438dd3ae3f31de34abef10ff59.zip |
Initial Commit
Diffstat (limited to 'pdf/fpdf/font/courierb.php')
-rwxr-xr-x | pdf/fpdf/font/courierb.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pdf/fpdf/font/courierb.php b/pdf/fpdf/font/courierb.php new file mode 100755 index 0000000..3fc69a5 --- /dev/null +++ b/pdf/fpdf/font/courierb.php @@ -0,0 +1,8 @@ +<?php
+$type = 'Core';
+$name = 'Courier-Bold';
+$up = -100;
+$ut = 50;
+for($i=0;$i<=255;$i++)
+ $cw[chr($i)] = 600;
+?>
|